MCPcopy 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
857func (e *elseNode) writeTo(sb *strings.Builder) {
858 sb.WriteString(e.String())
859}
860
861func (e *elseNode) tree() *Tree {
862 return e.tr

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected