| 1432 | } |
| 1433 | |
| 1434 | type evalWatchConstructor struct { |
| 1435 | constructor InterpretableConstructor |
| 1436 | observer EvalObserver |
| 1437 | } |
| 1438 | |
| 1439 | // InitVals implements the InterpretableConstructor InitVals function. |
| 1440 | func (c *evalWatchConstructor) InitVals() []InterpretableV2 { |
nothing calls this directly
no outgoing calls
no test coverage detected