ID value corresponding to the expression node.
()
| 30 | type Interpretable interface { |
| 31 | // ID value corresponding to the expression node. |
| 32 | ID() int64 |
| 33 | |
| 34 | // Eval evaluates an Activation and produces an output. |
| 35 | Eval(activation Activation) ref.Val |
no outgoing calls
no test coverage detected