MCPcopy
hub / github.com/google/codesearch / max

Method max

index/read.go:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (r *postReader) max() int {
240 return int(r.count)
241}
242
243func (r *postReader) next() bool {
244 for r.count > 0 {

Callers 2

postingListMethod · 0.95
postingOrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected