MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / operator_nomatch

Method operator_nomatch

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

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

Source from the content-addressed store, hash-verified

972
973////////////////////////////////////////////////////////////////////////////////
974bool Variant::operator_nomatch(const Variant& other, const Task& task) const {
975 return !operator_match(other, task);
976}
977
978////////////////////////////////////////////////////////////////////////////////
979// Partial match is mostly a clone of operator==, but with some overrides:

Callers 2

TEST_NAMEFunction · 0.80
evaluatePostfixStackMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_NAMEFunction · 0.64