| 31 | } |
| 32 | |
| 33 | std::string State::getSelectedChildPath() const { |
| 34 | return file::getChildPath(current_path, selected_child_entry); |
| 35 | } |
| 36 | |
| 37 | bool State::setEntriesForPath(const std::string& path) { |
| 38 | auto lock = mutex.asScopedLock(); |
no test coverage detected