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

Method operator/

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

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

Source from the content-addressed store, hash-verified

1771
1772////////////////////////////////////////////////////////////////////////////////
1773Variant Variant::operator/(const Variant& other) const {
1774 Variant left(*this);
1775 left /= other;
1776 return left;
1777}
1778
1779////////////////////////////////////////////////////////////////////////////////
1780Variant& Variant::operator%=(const Variant& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected