| 340 | |
| 341 | // Collect all files |
| 342 | struct dirent* entry; |
| 343 | while ((entry = readdir(dir)) != nullptr) { |
| 344 | std::string filename = entry->d_name; |
| 345 | // Skip . and .. directory entries |
nothing calls this directly
no outgoing calls
no test coverage detected