Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ CallWrite
Method
CallWrite
parser/functype.go:153–155 ·
view source on GitHub ↗
(dst string)
Source
from the content-addressed store, hash-verified
151
}
152
153
func
(f *funcType) CallWrite(dst string) string {
154
return
fmt.Sprintf(
"%s%s%s(%s%s)"
, f.callPrefix, f.prefixWrite(), f.name, dst, f.argNames)
155
}
156
157
func
(f *funcType) DefString() string {
158
args := f.args
Callers
3
parseOutputFunc
Method · 0.80
emitFuncEnd
Method · 0.80
testParseFuncDefSuccess
Function · 0.80
Calls
1
prefixWrite
Method · 0.95
Tested by
1
testParseFuncDefSuccess
Function · 0.64