Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canopyclimate/golive
/ writeTo
Method
writeTo
internal/text/template/parse/node.go:797–799 ·
view source on GitHub ↗
(sb *strings.Builder)
Source
from the content-addressed store, hash-verified
795
}
796
797
func
(s *StringNode) writeTo(sb *strings.Builder) {
798
sb.WriteString(s.String())
799
}
800
801
func
(s *StringNode) tree() *Tree {
802
return
s.tr
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected