MCPcopy 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
333func (ix *Index) PostingQuery(q *Query) []uint32 {
334 return ix.postingQuery(q, nil)
335}
336
337func (ix *Index) postingQuery(q *Query, restrict []uint32) (ret []uint32) {
338 var list []uint32

Callers 1

MainFunction · 0.80

Calls 1

postingQueryMethod · 0.95

Tested by

no test coverage detected