Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
func
unsafeJSONString(b []byte) jsonString {
220
return
jsonString(encoding.UnsafeConvertBytesToString(b))
221
}
Callers
3
format
Method · 0.85
formatEncodedJSONObject
Function · 0.85
formatEncodedJSONValue
Function · 0.85
Calls
2
UnsafeConvertBytesToString
Function · 0.92
jsonString
TypeAlias · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…