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

Method data

kdevplatform/language/duchain/problem.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48ProblemPointer LocalIndexedProblem::data(const TopDUContext* top) const
49{
50 if (!m_index) {
51 return {};
52 }
53 return top->m_dynamicData->problemForIndex(m_index);
54}
55
56Problem::Problem()
57 : DUChainBase(*new ProblemData)

Callers 15

usesMethod · 0.45
usesCurrentRevisionMethod · 0.45
definitionMethod · 0.45
importsMethod · 0.45
importersMethod · 0.45
declarationsMethod · 0.45
declarationMethod · 0.45
resolveMethod · 0.45
saveDUChainItemFunction · 0.45
loadDataMethod · 0.45
writeDataMethod · 0.45

Calls 1

problemForIndexMethod · 0.45

Tested by 1

runTestMethod · 0.36