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