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:853–855 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
851
}
852
853
func
(e *elseNode) String() string {
854
return
"{{else}}"
855
}
856
857
func
(e *elseNode) writeTo(sb *strings.Builder) {
858
sb.WriteString(e.String())
Callers
1
writeTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected