MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator+

Method operator+

kdevplatform/language/duchain/identifier.cpp:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854QualifiedIdentifier QualifiedIdentifier::operator+(const QualifiedIdentifier& rhs) const
855{
856 return rhs.merge(*this);
857}
858
859QualifiedIdentifier& QualifiedIdentifier::operator+=(const QualifiedIdentifier& rhs)
860{

Callers

nothing calls this directly

Calls 2

mergeMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected