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

Method operator+

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

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

Source from the content-addressed store, hash-verified

1518
1519////////////////////////////////////////////////////////////////////////////////
1520Variant Variant::operator+(const Variant& other) const {
1521 Variant left(*this);
1522 left += other;
1523 return left;
1524}
1525
1526////////////////////////////////////////////////////////////////////////////////
1527Variant& Variant::operator*=(const Variant& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected