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

Method usesCount

kdevplatform/language/duchain/navigation/useswidget.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525int TopContextUsesWidget::usesCount() const
526{
527 return m_usesCount;
528}
529
530QList<ContextUsesWidget*> buildContextUses(const CodeRepresentation& code,
531 const QList<IndexedDeclaration>& declarations, DUContext* context)

Callers 4

countUsesFunction · 0.45
createUseWidgetsFunction · 0.45
countAllUsesMethod · 0.45
processUsesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected