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

Method Nature

ast/node.go:50–52  ·  view source on GitHub ↗

Nature returns the nature of the node.

()

Source from the content-addressed store, hash-verified

48
49// Nature returns the nature of the node.
50func (n *base) Nature() *nature.Nature {
51 return &n.nature
52}
53
54// SetNature sets the nature of the node.
55func (n *base) SetNature(nature nature.Nature) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected