Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/codesearch
/ PostingList
Method
PostingList
index/read.go:273–275 ·
view source on GitHub ↗
(trigram uint32)
Source
from the content-addressed store, hash-verified
271
}
272
273
func
(ix *Index) PostingList(trigram uint32) []uint32 {
274
return
ix.postingList(trigram, nil)
275
}
276
277
func
(ix *Index) postingList(trigram uint32, restrict []uint32) []uint32 {
278
var
r postReader
Callers
2
TestTrivialPosting
Function · 0.80
TestMerge
Function · 0.80
Calls
1
postingList
Method · 0.95
Tested by
2
TestTrivialPosting
Function · 0.64
TestMerge
Function · 0.64