MCPcopy
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
153func (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
157func (f *funcType) DefString() string {
158 args := f.args

Callers 3

parseOutputFuncMethod · 0.80
emitFuncEndMethod · 0.80
testParseFuncDefSuccessFunction · 0.80

Calls 1

prefixWriteMethod · 0.95

Tested by 1

testParseFuncDefSuccessFunction · 0.64