Returns the file change notifier. @see FS::AddChangeNotification @see FS::RemoveChangeNotification
| 319 | /// @see FS::AddChangeNotification |
| 320 | /// @see FS::RemoveChangeNotification |
| 321 | FileSystemChangeNotifier *getChangeNotifier() { return mChangeNotifier; } |
| 322 | |
| 323 | bool isReadOnly() { return mReadOnly; } |
| 324 |
no outgoing calls
no test coverage detected