MCPcopy Create free account
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
24func StringToBytes(s string) []byte {
25 return []byte(s)
26}

Callers 1

findKeyStartConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected