MCPcopy
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
20func bytesToString(b *[]byte) string {
21 return string(*b)
22}
23
24func StringToBytes(s string) []byte {
25 return []byte(s)

Callers 3

findKeyStartFunction · 0.70
EachKeyFunction · 0.70
GetUnsafeStringFunction · 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…