Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
61
func
(program *Program) Source() file.Source {
62
return
program.source
63
}
64
65
// Node returns origin ast.Node.
66
func
(program *Program) Node() ast.Node {
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected