Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
854
QualifiedIdentifier QualifiedIdentifier::operator+(const QualifiedIdentifier& rhs) const
855
{
856
return rhs.merge(*this);
857
}
858
859
QualifiedIdentifier& QualifiedIdentifier::operator+=(const QualifiedIdentifier& rhs)
860
{
Callers
nothing calls this directly
Calls
2
merge
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected