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

Method initializeToolViewFactoryHolder

plugins/debuggercommon/midebugsession.cpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void MIDebugSession::initializeToolViewFactoryHolder(ToolViewFactoryHolderPtr&& holder)
441{
442 Q_ASSERT(!m_toolViewFactoryHolder);
443 m_toolViewFactoryHolder = std::move(holder);
444}
445
446auto MIDebugSession::takeToolViewFactoryHolder() -> ToolViewFactoryHolderPtr
447{

Callers 1

createSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected