MCPcopy Create free account
hub / github.com/oschwald/maxminddb-golang / newStringCache

Function newStringCache

internal/decoder/string_cache.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func newStringCache() *stringCache {
29 return &stringCache{}
30}
31
32// internAt returns a string for the data at the given offset and size.
33// Hot offsets are interned and the same backing string is returned on

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…