Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buger/jsonparser
/ bytesToString
Function
bytesToString
bytes_safe.go:20–22 ·
view source on GitHub ↗
(b *[]byte)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
bytesToString(b *[]byte) string {
21
return
string(*b)
22
}
23
24
func
StringToBytes(s string) []byte {
25
return
[]byte(s)
Callers
3
findKeyStart
Function · 0.70
EachKey
Function · 0.70
GetUnsafeString
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…