MCPcopy 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
34bool TargetType::equals(const KDevelop::AbstractType* rhs) const
35{
36 return dynamic_cast<const TargetType*>(rhs)!=nullptr;
37}

Callers 2

areTypesEqualMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected