Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
bytesToString(b []byte) string {
10
return
*(*string)(unsafe.Pointer(&b))
11
}
Callers
2
readKeyFromEntry
Function · 0.70
compareKeyFromEntry
Function · 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…