| 55 | } |
| 56 | |
| 57 | ObjectPtr Op::operate() |
| 58 | { |
| 59 | const CompoundObject *operands = parameters()->getTypedValidatedValue<CompoundObject>(); |
| 60 | return operate( operands ); |
| 61 | } |
| 62 | |
| 63 | ObjectPtr Op::operate( const CompoundObject *operands ) |
| 64 | { |
no test coverage detected