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

Function Intern

strings/intern.go:71–73  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

69}
70
71func Intern(s string) string {
72 return global.Intern(s)
73}
74
75func InternBytes(b []byte) string {
76 return global.InternBytes(b)

Callers 1

TestInternMethod · 0.85

Calls 1

InternMethod · 0.80

Tested by 1

TestInternMethod · 0.68