Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
97
func
(w *QWriter) Z(z []byte) {
98
w.Write(z)
99
}
100
101
// SZ is a synonym to Z.
102
func
(w *QWriter) SZ(z []byte) {
Callers
6
benchmarkQWriterZ
Function · 0.95
TestWriter
Function · 0.80
TestQWriterZ
Function · 0.80
StreamIntegration
Function · 0.80
StreamBody
Method · 0.80
StreamBody
Method · 0.80
Calls
1
Write
Method · 0.95
Tested by
3
benchmarkQWriterZ
Function · 0.76
TestWriter
Function · 0.64
TestQWriterZ
Function · 0.64