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