MCPcopy Index your code
hub / github.com/google/codesearch / trigram

Method trigram

index/write.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74type postEntry uint64
75
76func (p postEntry) trigram() uint32 {
77 return uint32(p >> 32)
78}
79
80func (p postEntry) fileid() uint32 {
81 return uint32(p)

Callers 2

TestHeapFunction · 0.45
mergePostMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestHeapFunction · 0.36