Resolve returns the value of the Attribute given the current Activation.
(Activation)
| 110 | |
| 111 | // Resolve returns the value of the Attribute given the current Activation. |
| 112 | Resolve(Activation) (any, error) |
| 113 | } |
| 114 | |
| 115 | // InterpretableCall interface for inspecting Interpretable instructions related to function calls. |