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

Method definitions

kdevplatform/language/duchain/definitions.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252KDevVarLengthArray<IndexedDeclaration> Definitions::definitions(const DeclarationId& id) const
253{
254 return definitionsInRepo(id, nullptr);
255}
256
257void Definitions::dump(const QTextStream& out)
258{

Callers 2

addDefinitionMethod · 0.45
removeDefinitionMethod · 0.45

Calls 1

definitionsInRepoFunction · 0.85

Tested by

no test coverage detected