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

Method operator*

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

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

Source from the content-addressed store, hash-verified

1657
1658////////////////////////////////////////////////////////////////////////////////
1659Variant Variant::operator*(const Variant& other) const {
1660 Variant left(*this);
1661 left *= other;
1662 return left;
1663}
1664
1665////////////////////////////////////////////////////////////////////////////////
1666Variant& Variant::operator/=(const Variant& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected