MCPcopy
hub / github.com/valyala/quicktemplate / CallStream

Method CallStream

parser/functype.go:145–147  ·  view source on GitHub ↗
(dst string)

Source from the content-addressed store, hash-verified

143}
144
145func (f *funcType) CallStream(dst string) string {
146 return fmt.Sprintf("%s%s%s(%s%s)", f.callPrefix, f.prefixStream(), f.name, dst, f.argNames)
147}
148
149func (f *funcType) DefWrite(dst string) string {
150 return fmt.Sprintf("%s%s%s(%s qtio%s.Writer%s)", f.defPrefix, f.prefixWrite(), f.name, dst, mangleSuffix, f.args)

Callers 4

parseOutputFuncMethod · 0.80
emitFuncEndMethod · 0.80
testParseFuncCallSuccessFunction · 0.80
testParseFuncDefSuccessFunction · 0.80

Calls 1

prefixStreamMethod · 0.95

Tested by 2

testParseFuncCallSuccessFunction · 0.64
testParseFuncDefSuccessFunction · 0.64