MCPcopy 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.
74type postEntry uint64
75
76func (p postEntry) trigram() uint32 {
77 return uint32(p >> 32)

Callers 2

makePostEntryFunction · 0.85
stepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected