| 21 | #include "node/symmetricdifferencenode.h" |
| 22 | |
| 23 | SymmetricDifferenceModule::SymmetricDifferenceModule(Reporter& r) : Module(r,"symmetric_difference") |
| 24 | { |
| 25 | addDescription(tr("Subtracts its children from each other.")); |
| 26 | } |
| 27 | |
| 28 | Node* SymmetricDifferenceModule::evaluate(const Context& ctx) const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected