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

Method String

internal/text/template/parse/node.go:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func (t *TextNode) String() string {
141 return fmt.Sprintf(textFormat, t.Text)
142}
143
144func (t *TextNode) writeTo(sb *strings.Builder) {
145 sb.WriteString(t.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected