MCPcopy Index your code
hub / github.com/abiosoft/mold / String

Method String

process.go:177–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175type nestingFunc string
176
177func (t nestingFunc) String() string { return string(t) }
178
179const (
180 renderFunc nestingFunc = "render"

Callers 7

placeholderFuncsFunction · 0.80
TestNew_ExtFunction · 0.80
TestNew_FuncMapFunction · 0.80
TestRenderFunction · 0.80
processNodeFunction · 0.80
processActionNodeFunction · 0.80
invalidFuncTypeFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestNew_ExtFunction · 0.64
TestNew_FuncMapFunction · 0.64
TestRenderFunction · 0.64