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

Method fileid

index/write.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (p postEntry) fileid() uint32 {
81 return uint32(p)
82}
83
84func makePostEntry(trigram, fileid uint32) postEntry {
85 return postEntry(trigram)<<32 | postEntry(fileid)

Callers 1

mergePostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected