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

Method uses

kdevplatform/language/duchain/ducontext.cpp:1311–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311const Use* DUContext::uses() const
1312{
1313 ENSURE_CAN_READ
1314
1315 return d_func()->m_uses();
1316}
1317
1318bool DUContext::declarationHasUses(Declaration* decl)
1319{

Callers 1

allUsesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected