Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ S
Method
S
writer.go:92–94 ·
view source on GitHub ↗
S writes s to w.
(s string)
Source
from the content-addressed store, hash-verified
90
91
// S writes s to w.
92
func
(w *QWriter) S(s string) {
93
w.Write(unsafeStrToBytes(s))
94
}
95
96
// Z writes z to w.
97
func
(w *QWriter) Z(z []byte) {
Callers
15
benchmarkQWriterS
Function · 0.95
TestWriter
Function · 0.80
TestQWriterS
Function · 0.80
StreamIntegration
Function · 0.80
streamembeddedFunc
Function · 0.80
StreamHeader
Method · 0.80
StreamBody
Method · 0.80
StreamJSON
Method · 0.80
StreamXML
Method · 0.80
StreamBenchPage
Function · 0.80
StreamTitle
Method · 0.80
StreamBody
Method · 0.80
Calls
2
Write
Method · 0.95
unsafeStrToBytes
Function · 0.70
Tested by
3
benchmarkQWriterS
Function · 0.76
TestWriter
Function · 0.64
TestQWriterS
Function · 0.64