Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
239
func
(r *postReader) max() int {
240
return
int(r.count)
241
}
242
243
func
(r *postReader) next() bool {
244
for
r.count > 0 {
Callers
2
postingList
Method · 0.95
postingOr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected