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

Method isDirTreeReady

src/tools/ecode/ecode.cpp:2877–2879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2875}
2876
2877bool App::isDirTreeReady() const {
2878 return mDirTreeReady && mDirTree != nullptr;
2879}
2880
2881NotificationCenter* App::getNotificationCenter() const {
2882 return mNotificationCenter.get();

Callers 2

updateFilesTableMethod · 0.80
showAttachFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected