Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
type
StringPool
struct
{
12
sync.RWMutex
13
strings
map
[string]*string
14
}
15
16
func
NewStringPool() *StringPool {
17
return
&StringPool{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected