MCPcopy Create free account
hub / github.com/allegro/bigcache / bytesToString

Function bytesToString

bytes.go:9–11  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

7)
8
9func bytesToString(b []byte) string {
10 return *(*string)(unsafe.Pointer(&b))
11}

Callers 2

readKeyFromEntryFunction · 0.70
compareKeyFromEntryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…