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

Method getStatusAppOutputController

src/tools/ecode/ecode.cpp:2873–2875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2871}
2872
2873StatusAppOutputController* App::getStatusAppOutputController() const {
2874 return mStatusAppOutputController.get();
2875}
2876
2877bool App::isDirTreeReady() const {
2878 return mDirTreeReady && mDirTree != nullptr;

Callers 4

onMessageMethod · 0.80
updateSidePanelTabMethod · 0.80
initUIMethod · 0.80
outputProducedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected