Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/buger/jsonparser
/ StringToBytes
Function
StringToBytes
bytes_safe.go:24–26 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
StringToBytes(s string) []byte {
25
return
[]byte(s)
26
}
Callers
1
findKeyStart
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…