Core Interpretable implementations used during the program planning phase.
| 231 | // Core Interpretable implementations used during the program planning phase. |
| 232 | |
| 233 | type evalTestOnly struct { |
| 234 | id int64 |
| 235 | InterpretableAttribute |
| 236 | } |
| 237 | |
| 238 | // ID implements the Interpretable interface method. |
| 239 | func (test *evalTestOnly) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected