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

Method String

ast/print.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func (n *NilNode) String() string {
13 return "nil"
14}
15
16func (n *IdentifierNode) String() string {
17 return n.Value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected