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

Method lockedDeclaration

plugins/contextbrowser/contextbrowserview.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345KDevelop::IndexedDeclaration ContextBrowserView::lockedDeclaration() const
346{
347 if (m_lockAction->isChecked())
348 return declaration();
349 else
350 return KDevelop::IndexedDeclaration();
351}
352
353void ContextBrowserView::allowLockedUpdate()
354{

Callers 1

switchUseMethod · 0.80

Calls 1

IndexedDeclarationClass · 0.50

Tested by

no test coverage detected