Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
void UnsureType::removeType(const KDevelop::IndexedType& type)
115
{
116
d_func_dynamic()->m_typesList().removeOne(type);
117
}
118
119
const KDevelop::IndexedType* UnsureType::types() const
120
{
Callers
nothing calls this directly
Calls
1
removeOne
Method · 0.80
Tested by
no test coverage detected