MCPcopy Create free account
hub / github.com/Debian/dcs / StringPool

Struct StringPool

stringpool/stringpool.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type StringPool struct {
12 sync.RWMutex
13 strings map[string]*string
14}
15
16func NewStringPool() *StringPool {
17 return &StringPool{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected