MCPcopy 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
853func (e *elseNode) String() string {
854 return "{{else}}"
855}
856
857func (e *elseNode) writeTo(sb *strings.Builder) {
858 sb.WriteString(e.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected