MCPcopy Index your code
hub / github.com/expr-lang/expr / Node

Method Node

vm/program.go:66–68  ·  view source on GitHub ↗

Node returns origin ast.Node.

()

Source from the content-addressed store, hash-verified

64
65// Node returns origin ast.Node.
66func (program *Program) Node() ast.Node {
67 return program.node
68}
69
70// Locations returns a slice of bytecode's locations.
71func (program *Program) Locations() []file.Location {

Callers 2

TestExprFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestExprFunction · 0.64