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

Function makePostEntry

index/write.go:84–86  ·  view source on GitHub ↗
(trigram, fileid uint32)

Source from the content-addressed store, hash-verified

82}
83
84func makePostEntry(trigram, fileid uint32) postEntry {
85 return postEntry(trigram)<<32 | postEntry(fileid)
86}
87
88// Tuning constants for detecting text files.
89// A file is assumed not to be text files (and thus not indexed)

Callers 2

AddMethod · 0.85
nextMethod · 0.85

Calls 1

postEntryTypeAlias · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…