MCPcopy
hub / github.com/tidwall/gjson / bytesString

Function bytesString

gjson.go:3368–3370  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

3366}
3367
3368func bytesString(b []byte) string {
3369 return *(*string)(unsafe.Pointer(&b))
3370}
3371
3372func revSquash(json string) string {
3373 // reverse squash

Callers 5

modPrettyFunction · 0.85
modUglyFunction · 0.85
modReverseFunction · 0.85
modFlattenFunction · 0.85
modJoinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…