MCPcopy Create free account
hub / github.com/XanderStrike/wikiseek / offsetCache

Struct offsetCache

main.go:107–109  ·  view source on GitHub ↗

offsetCache helps deduplicate common offset pairs

Source from the content-addressed store, hash-verified

105
106// offsetCache helps deduplicate common offset pairs
107type offsetCache struct {
108 pairs map[uint64]*OffsetPair
109}
110
111func newOffsetCache() *offsetCache {
112 return &offsetCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected