MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / unsafeJSONString

Function unsafeJSONString

pkg/util/json/encoded_format.go:219–221  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

217}
218
219func unsafeJSONString(b []byte) jsonString {
220 return jsonString(encoding.UnsafeConvertBytesToString(b))
221}

Callers 3

formatMethod · 0.85
formatEncodedJSONObjectFunction · 0.85
formatEncodedJSONValueFunction · 0.85

Calls 2

jsonStringTypeAlias · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…