MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getUIVariables

Method getUIVariables

src/tools/ecode/plugins/debugger/statusdebuggercontroller.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137UITreeView* StatusDebuggerController::getUIVariables() const {
138 return mUIVariables;
139}
140
141UITreeView* StatusDebuggerController::getUIExpressions() const {
142 return mUIExpressions;

Callers 4

closeProjectMethod · 0.80
initUIMethod · 0.80
scopesMethod · 0.80
variablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected