MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / operator!=

Method operator!=

src/Variant.cpp:918–918  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

916
917////////////////////////////////////////////////////////////////////////////////
918bool Variant::operator!=(const Variant& other) const { return !(*this == other); }
919
920////////////////////////////////////////////////////////////////////////////////
921bool Variant::operator_match(const Variant& other, const Task& task) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected