Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
ProblemPointer LocalIndexedProblem::data(const TopDUContext* top) const
49
{
50
if (!m_index) {
51
return {};
52
}
53
return top->m_dynamicData->problemForIndex(m_index);
54
}
55
56
Problem::Problem()
57
: DUChainBase(*new ProblemData)
Callers
15
logicalInternalContext
Method · 0.45
uses
Method · 0.45
usesCurrentRevision
Method · 0.45
definition
Method · 0.45
imports
Method · 0.45
importers
Method · 0.45
declarations
Method · 0.45
declaration
Method · 0.45
resolve
Method · 0.45
saveDUChainItem
Function · 0.45
loadData
Method · 0.45
writeData
Method · 0.45
Calls
1
problemForIndex
Method · 0.45
Tested by
1
runTest
Method · 0.36