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

Method setInDuChain

kdevplatform/language/duchain/topducontext.cpp:1112–1115  ·  view source on GitHub ↗

This flag is only used by DUChain, never change it from outside.

Source from the content-addressed store, hash-verified

1110
1111/// This flag is only used by DUChain, never change it from outside.
1112void TopDUContext::setInDuChain(bool b)
1113{
1114 m_local->m_inDuChain = b;
1115}
1116
1117bool TopDUContext::isOnDisk() const
1118{

Callers 2

loadChainMethod · 0.80
addDocumentChainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected