Method
interpret
(ExecutionContext context)
Source from the content-addressed store, hash-verified
| 31 | } |
| 32 | |
| 33 | public Object interpret(ExecutionContext context) { |
| 34 | return getExpr().interpret(context); |
| 35 | } |
| 36 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected