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

Method getUIStack

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

Source from the content-addressed store, hash-verified

127}
128
129UITableView* StatusDebuggerController::getUIStack() {
130 return mUIStack;
131}
132
133UIBreakpointsTableView* StatusDebuggerController::getUIBreakpoints() {
134 return mUIBreakpoints;

Callers 4

closeProjectMethod · 0.80
initUIMethod · 0.80
changeScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected