MCPcopy
hub / github.com/dropbox/godropbox / InternBytes

Function InternBytes

strings/intern.go:75–77  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

73}
74
75func InternBytes(b []byte) string {
76 return global.InternBytes(b)
77}
78
79func init() {
80 global = NewInternStringPool()

Callers 1

TestInternMethod · 0.85

Calls 1

InternBytesMethod · 0.80

Tested by 1

TestInternMethod · 0.68