InitVals implements the InterpretableConstructor InitVals function.
()
| 1438 | |
| 1439 | // InitVals implements the InterpretableConstructor InitVals function. |
| 1440 | func (c *evalWatchConstructor) InitVals() []InterpretableV2 { |
| 1441 | return c.constructor.InitVals() |
| 1442 | } |
| 1443 | |
| 1444 | // Type implements the InterpretableConstructor Type function. |
| 1445 | func (c *evalWatchConstructor) Type() ref.Type { |