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