GetState retrieves the stateful metadata from the execution frame.
(*ExecutionFrame)
| 48 | |
| 49 | // GetState retrieves the stateful metadata from the execution frame. |
| 50 | GetState(*ExecutionFrame) any |
| 51 | |
| 52 | // Observe passes the activation and relevant evaluation metadata to the observer. |
| 53 | // The observe method is expected to do the equivalent of GetState(AsFrame(activation)) |
no outgoing calls
no test coverage detected