v1Adapter handles bridging a V1 Interpretable implementation to the V2 interface.
| 62 | |
| 63 | // v1Adapter handles bridging a V1 Interpretable implementation to the V2 interface. |
| 64 | type v1Adapter struct { |
| 65 | Interpretable |
| 66 | } |
| 67 | |
| 68 | // Exec implements the InterpretableV2 interface method. |
| 69 | func (a *v1Adapter) Exec(f *ExecutionFrame) ref.Val { |
nothing calls this directly
no outgoing calls
no test coverage detected