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

Method String

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

Source from the content-addressed store, hash-verified

620}
621
622func (b *BoolNode) String() string {
623 if b.True {
624 return "true"
625 }
626 return "false"
627}
628
629func (b *BoolNode) writeTo(sb *strings.Builder) {
630 sb.WriteString(b.String())

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected