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

Method String

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

Source from the content-addressed store, hash-verified

819}
820
821func (e *endNode) String() string {
822 return "{{end}}"
823}
824
825func (e *endNode) writeTo(sb *strings.Builder) {
826 sb.WriteString(e.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected