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

Method data

kdevplatform/language/duchain/localindexedducontext.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40DUContext* LocalIndexedDUContext::data(TopDUContext* top) const
41{
42 if (!m_contextIndex)
43 return nullptr;
44 else
45 return top->m_dynamicData->contextForIndex(m_contextIndex);
46}

Callers

nothing calls this directly

Calls 1

contextForIndexMethod · 0.80

Tested by

no test coverage detected