Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ PostingQuery
Method
PostingQuery
index/read.go:333–335 ·
view source on GitHub ↗
(q *Query)
Source
from the content-addressed store, hash-verified
331
}
332
333
func
(ix *Index) PostingQuery(q *Query) []uint32 {
334
return
ix.postingQuery(q, nil)
335
}
336
337
func
(ix *Index) postingQuery(q *Query, restrict []uint32) (ret []uint32) {
338
var
list []uint32
Callers
1
Main
Function · 0.80
Calls
1
postingQuery
Method · 0.95
Tested by
no test coverage detected