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

Method String

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

Source from the content-addressed store, hash-verified

398}
399
400func (v *ValueNode) String() string {
401 return fmt.Sprintf("%v", v.Value)
402}
403
404func (v *ValueNode) writeTo(sb *strings.Builder) {
405 sb.WriteString(v.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected