MCPcopy Create free account
hub / github.com/imroc/req / MarkerOnly

Method MarkerOnly

internal/bisect/bisect.go:344–346  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

342// MarkerOnly returns true when bisect is using the printed reports
343// only for an intermediate search step, not for showing to users.
344func (m *Matcher) MarkerOnly() bool {
345 return !m.verbose
346}
347
348// ShouldEnable reports whether the change with the given id should be enabled.
349func (m *Matcher) ShouldEnable(id uint64) bool {

Callers 2

fileLineMethod · 0.95
stackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected