MCPcopy Create free account
hub / github.com/canopyclimate/golive / writeTo

Method writeTo

internal/text/template/parse/node.go:797–799  ·  view source on GitHub ↗
(sb *strings.Builder)

Source from the content-addressed store, hash-verified

795}
796
797func (s *StringNode) writeTo(sb *strings.Builder) {
798 sb.WriteString(s.String())
799}
800
801func (s *StringNode) tree() *Tree {
802 return s.tr

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected