Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canopyclimate/golive
/ writeTo
Method
writeTo
internal/text/template/parse/node.go:857–859 ·
view source on GitHub ↗
(sb *strings.Builder)
Source
from the content-addressed store, hash-verified
855
}
856
857
func
(e *elseNode) writeTo(sb *strings.Builder) {
858
sb.WriteString(e.String())
859
}
860
861
func
(e *elseNode) tree() *Tree {
862
return
e.tr
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected