Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ QZ
Method
QZ
writer.go:177–179 ·
view source on GitHub ↗
QZ writes quoted json-safe z to w.
(z []byte)
Source
from the content-addressed store, hash-verified
175
176
// QZ writes quoted json-safe z to w.
177
func
(w *QWriter) QZ(z []byte) {
178
w.Q(unsafeBytesToStr(z))
179
}
180
181
// J writes json-safe s to w.
182
//
Callers
3
TestWriter
Function · 0.80
TestQWriterQZ
Function · 0.80
StreamIntegration
Function · 0.80
Calls
2
Q
Method · 0.95
unsafeBytesToStr
Function · 0.70
Tested by
2
TestWriter
Function · 0.64
TestQWriterQZ
Function · 0.64