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

Method ownIndex

kdevplatform/language/duchain/topducontext.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529uint TopDUContext::ownIndex() const
530{
531 return m_local->m_ownIndex;
532}
533
534TopDUContext::TopDUContext(TopDUContextData& data) : DUContext(data)
535 , m_local(new TopDUContextLocalPrivate(this, data.m_ownIndex))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected