///////////////////////////////////////////////////////////////////////////
| 916 | |
| 917 | //////////////////////////////////////////////////////////////////////////////// |
| 918 | bool Variant::operator!=(const Variant& other) const { return !(*this == other); } |
| 919 | |
| 920 | //////////////////////////////////////////////////////////////////////////////// |
| 921 | bool Variant::operator_match(const Variant& other, const Task& task) const { |
nothing calls this directly
no outgoing calls
no test coverage detected