Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ declarationHasUses
Method
declarationHasUses
kdevplatform/language/duchain/ducontext.cpp:1318–1321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1316
}
1317
1318
bool DUContext::declarationHasUses(Declaration* decl)
1319
{
1320
return DUChain::uses()->hasUses(decl->id());
1321
}
1322
1323
int DUContext::usesCount() const
1324
{
Callers
nothing calls this directly
Calls
2
hasUses
Method · 0.45
id
Method · 0.45
Tested by
no test coverage detected