()
| 26 | } |
| 27 | |
| 28 | func newStringCache() *stringCache { |
| 29 | return &stringCache{} |
| 30 | } |
| 31 | |
| 32 | // internAt returns a string for the data at the given offset and size. |
| 33 | // Hot offsets are interned and the same backing string is returned on |
no outgoing calls
searching dependent graphs…