Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ emitFuncStart
Method
emitFuncStart
parser/parser.go:783–786 ·
view source on GitHub ↗
(f *funcType)
Source
from the content-addressed store, hash-verified
781
}
782
783
func
(p *parser) emitFuncStart(f *funcType) {
784
p.Printf(
"func %s {"
, f.DefStream(
"qw"
+mangleSuffix))
785
p.prefix =
"\t"
786
}
787
788
func
(p *parser) emitFuncEnd(f *funcType) {
789
p.prefix =
""
Callers
1
parseFunc
Method · 0.95
Calls
2
Printf
Method · 0.95
DefStream
Method · 0.80
Tested by
no test coverage detected