Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ postEntry
TypeAlias
postEntry
index/write.go:74–74 ·
view source on GitHub ↗
A postEntry is an in-memory (trigram, file#) pair.
Source
from the content-addressed store, hash-verified
72
73
// A postEntry is an in-memory (trigram, file#) pair.
74
type
postEntry uint64
75
76
func
(p postEntry) trigram() uint32 {
77
return
uint32(p >> 32)
Callers
2
makePostEntry
Function · 0.85
step
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected