MCPcopy Create free account
hub / github.com/CloudyKit/jet / String

Method String

node.go:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (l *ListNode) String() string {
128 b := new(bytes.Buffer)
129 for _, n := range l.Nodes {
130 fmt.Fprint(b, n)
131 }
132 return b.String()
133}
134
135// TextNode holds plain text.
136type TextNode struct {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected