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

Method String

ast/print.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (n *FloatNode) String() string {
25 return fmt.Sprintf("%v", n.Value)
26}
27
28func (n *BoolNode) String() string {
29 return fmt.Sprintf("%t", n.Value)

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected