Unwrap returns the Activation which omits local state.
()
| 111 | type activationWrapper interface { |
| 112 | // Unwrap returns the Activation which omits local state. |
| 113 | Unwrap() Activation |
| 114 | } |
| 115 | |
| 116 | // evalStateFactory holds a reference to a factory function that produces an EvalState instance. |
no outgoing calls