Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MarkerOnly (0.1 sec)

  1. src/internal/bisect/bisect.go

    type cond struct {
    	mask   uint64
    	bits   uint64
    	result bool
    }
    
    // MarkerOnly reports whether it is okay to print only the marker for
    // a given change, omitting the identifying information.
    // MarkerOnly returns true when bisect is using the printed reports
    // only for an intermediate search step, not for showing to users.
    func (m *Matcher) MarkerOnly() bool {
    	return !m.verbose
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top