Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
type
postEntry uint64
75
76
func
(p postEntry) trigram() uint32 {
77
return
uint32(p >> 32)
78
}
79
80
func
(p postEntry) fileid() uint32 {
81
return
uint32(p)
Callers
2
TestHeap
Function · 0.45
mergePost
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestHeap
Function · 0.36