MCPcopy 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
67func (p *InternStringPool) InternBytes(b []byte) string {
68 return p.intern(ShallowString(b), true)
69}
70
71func Intern(s string) string {
72 return global.Intern(s)

Callers 1

InternBytesFunction · 0.80

Calls 2

internMethod · 0.95
ShallowStringFunction · 0.85

Tested by

no test coverage detected