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

Method variableCollection

kdevplatform/debugger/interfaces/ivariablecontroller.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35IVariableController::~IVariableController() = default;
36
37VariableCollection* IVariableController::variableCollection()
38{
39 if (!ICore::self()) return nullptr;
40 return ICore::self()->debugController()->variableCollection();
41}
42
43IDebugSession* IVariableController::session() const
44{

Callers 4

updateLocalsMethod · 0.45
variableCollectionFunction · 0.45
VariableWidgetMethod · 0.45
VariableTreeMethod · 0.45

Calls 1

debugControllerMethod · 0.80

Tested by

no test coverage detected