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

Method String

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

Source from the content-addressed store, hash-verified

791}
792
793func (s *StringNode) String() string {
794 return s.Quoted
795}
796
797func (s *StringNode) writeTo(sb *strings.Builder) {
798 sb.WriteString(s.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected