MCPcopy
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.
177func (w *QWriter) QZ(z []byte) {
178 w.Q(unsafeBytesToStr(z))
179}
180
181// J writes json-safe s to w.
182//

Callers 3

TestWriterFunction · 0.80
TestQWriterQZFunction · 0.80
StreamIntegrationFunction · 0.80

Calls 2

QMethod · 0.95
unsafeBytesToStrFunction · 0.70

Tested by 2

TestWriterFunction · 0.64
TestQWriterQZFunction · 0.64