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

Method Source

vm/program.go:61–63  ·  view source on GitHub ↗

Source returns origin file.Source.

()

Source from the content-addressed store, hash-verified

59
60// Source returns origin file.Source.
61func (program *Program) Source() file.Source {
62 return program.source
63}
64
65// Node returns origin ast.Node.
66func (program *Program) Node() ast.Node {

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected