MCPcopy
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
63func (p *InternStringPool) Intern(s string) string {
64 return p.intern(s, false)
65}
66
67func (p *InternStringPool) InternBytes(b []byte) string {
68 return p.intern(ShallowString(b), true)

Callers 1

InternFunction · 0.80

Calls 1

internMethod · 0.95

Tested by

no test coverage detected