Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ InternBytes
Function
InternBytes
strings/intern.go:75–77 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
InternBytes(b []byte) string {
76
return
global.InternBytes(b)
77
}
78
79
func
init() {
80
global = NewInternStringPool()
Callers
1
TestIntern
Method · 0.85
Calls
1
InternBytes
Method · 0.80
Tested by
1
TestIntern
Method · 0.68