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

Method String

ast/print.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (n *IntegerNode) String() string {
21 return fmt.Sprintf("%d", n.Value)
22}
23
24func (n *FloatNode) String() string {
25 return fmt.Sprintf("%v", n.Value)

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected