Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
func
(p postEntry) fileid() uint32 {
81
return
uint32(p)
82
}
83
84
func
makePostEntry(trigram, fileid uint32) postEntry {
85
return
postEntry(trigram)<<32 | postEntry(fileid)
Callers
1
mergePost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected