Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ Intern
Method
Intern
strings/intern.go:63–65 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(p *InternStringPool) Intern(s string) string {
64
return
p.intern(s, false)
65
}
66
67
func
(p *InternStringPool) InternBytes(b []byte) string {
68
return
p.intern(ShallowString(b), true)
Callers
1
Intern
Function · 0.80
Calls
1
intern
Method · 0.95
Tested by
no test coverage detected