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

Method operator%

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

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

Source from the content-addressed store, hash-verified

1853
1854////////////////////////////////////////////////////////////////////////////////
1855Variant Variant::operator%(const Variant& other) const {
1856 Variant left(*this);
1857 left %= other;
1858 return left;
1859}
1860
1861////////////////////////////////////////////////////////////////////////////////
1862Variant::operator std::string() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected