MCPcopy
hub / github.com/valyala/quicktemplate / Z

Method Z

writer.go:97–99  ·  view source on GitHub ↗

Z writes z to w.

(z []byte)

Source from the content-addressed store, hash-verified

95
96// Z writes z to w.
97func (w *QWriter) Z(z []byte) {
98 w.Write(z)
99}
100
101// SZ is a synonym to Z.
102func (w *QWriter) SZ(z []byte) {

Callers 6

benchmarkQWriterZFunction · 0.95
TestWriterFunction · 0.80
TestQWriterZFunction · 0.80
StreamIntegrationFunction · 0.80
StreamBodyMethod · 0.80
StreamBodyMethod · 0.80

Calls 1

WriteMethod · 0.95

Tested by 3

benchmarkQWriterZFunction · 0.76
TestWriterFunction · 0.64
TestQWriterZFunction · 0.64