Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canopyclimate/golive
/ String
Method
String
internal/text/template/parse/node.go:821–823 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
819
}
820
821
func
(e *endNode) String() string {
822
return
"{{end}}"
823
}
824
825
func
(e *endNode) writeTo(sb *strings.Builder) {
826
sb.WriteString(e.String())
Callers
1
writeTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected