Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ Reset
Method
Reset
writer.go:86–89 ·
view source on GitHub ↗
Reset resets QWriter to the original state.
()
Source
from the content-addressed store, hash-verified
84
85
// Reset resets QWriter to the original state.
86
func
(w *QWriter) Reset() {
87
w.w = nil
88
w.err = nil
89
}
90
91
// S writes s to w.
92
func
(w *QWriter) S(s string) {
Callers
15
benchmarkHTMLEscapeWriter
Function · 0.45
BenchmarkQWriterVString
Function · 0.45
BenchmarkQWriterVInt
Function · 0.45
benchmarkQWriterQ
Function · 0.45
benchmarkQWriterJ
Function · 0.45
benchmarkQWriterU
Function · 0.45
BenchmarkQWriterFfloat
Function · 0.45
BenchmarkQWriterFint
Function · 0.45
BenchmarkQWriterD
Function · 0.45
benchmarkQWriterZ
Function · 0.45
benchmarkQWriterS
Function · 0.45
ReleaseWriter
Function · 0.45
Calls
no outgoing calls
Tested by
15
benchmarkHTMLEscapeWriter
Function · 0.36
BenchmarkQWriterVString
Function · 0.36
BenchmarkQWriterVInt
Function · 0.36
benchmarkQWriterQ
Function · 0.36
benchmarkQWriterJ
Function · 0.36
benchmarkQWriterU
Function · 0.36
BenchmarkQWriterFfloat
Function · 0.36
BenchmarkQWriterFint
Function · 0.36
BenchmarkQWriterD
Function · 0.36
benchmarkQWriterZ
Function · 0.36
benchmarkQWriterS
Function · 0.36
init
Function · 0.36