MCPcopy Create free account
hub / github.com/expr-lang/expr / String

Method String

ast/print.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (n *BoolNode) String() string {
29 return fmt.Sprintf("%t", n.Value)
30}
31
32func (n *StringNode) String() string {
33 return fmt.Sprintf("%q", n.Value)

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected