| 363 | } |
| 364 | |
| 365 | std::filesystem::file_time_type FileSystem::modtime(PathId fileId) { |
| 366 | return modtime(fileId, std::filesystem::file_time_type::min()); |
| 367 | } |
| 368 | |
| 369 | PathId FileSystem::copy(PathId id, SymbolTable *toSymbolTable) { |
| 370 | if (!id) return BadPathId; |
no outgoing calls
no test coverage detected