Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ prefixWrite
Method
prefixWrite
parser/functype.go:166–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
func
(f *funcType) prefixWrite() string {
167
s :=
"write"
168
if
isUpper(f.name[0]) {
169
s =
"Write"
170
}
171
return
s
172
}
173
174
func
(f *funcType) prefixStream() string {
175
s :=
"stream"
Callers
2
DefWrite
Method · 0.95
CallWrite
Method · 0.95
Calls
1
isUpper
Function · 0.85
Tested by
no test coverage detected