Returns the file change notifier. @see FS::AddChangeNotification @see FS::RemoveChangeNotification
| 312 | /// @see FS::AddChangeNotification |
| 313 | /// @see FS::RemoveChangeNotification |
| 314 | FileSystemChangeNotifier *getChangeNotifier() { return mChangeNotifier; } |
| 315 | |
| 316 | bool isReadOnly() { return mReadOnly; } |
| 317 |
no outgoing calls
no test coverage detected