MCPcopy 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
1318bool DUContext::declarationHasUses(Declaration* decl)
1319{
1320 return DUChain::uses()->hasUses(decl->id());
1321}
1322
1323int DUContext::usesCount() const
1324{

Callers

nothing calls this directly

Calls 2

hasUsesMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected