Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ equals
Method
equals
plugins/cmake/parser/cmakeduchaintypes.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
{}
33
34
bool TargetType::equals(const KDevelop::AbstractType* rhs) const
35
{
36
return dynamic_cast<const TargetType*>(rhs)!=nullptr;
37
}
Callers
2
areTypesEqual
Method · 0.45
data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected