Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
622
func
(b *BoolNode) String() string {
623
if
b.True {
624
return
"true"
625
}
626
return
"false"
627
}
628
629
func
(b *BoolNode) writeTo(sb *strings.Builder) {
630
sb.WriteString(b.String())
Callers
1
writeTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected