| 65 | int getMaxPoc() const { return this->maxPOC; } |
| 66 | |
| 67 | bool isFileChanged() { return this->file.getAndResetFileChangedFlag(); } |
| 68 | void updateSettings() { this->file.updateFileWatchSetting(); } |
| 69 | |
| 70 | InfoData getInfo() const; |
no test coverage detected