MCPcopy Create free account
hub / github.com/KDE/kdevelop / removeType

Method removeType

kdevplatform/language/duchain/types/unsuretype.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void UnsureType::removeType(const KDevelop::IndexedType& type)
115{
116 d_func_dynamic()->m_typesList().removeOne(type);
117}
118
119const KDevelop::IndexedType* UnsureType::types() const
120{

Callers

nothing calls this directly

Calls 1

removeOneMethod · 0.80

Tested by

no test coverage detected