MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / modtime

Method modtime

src/Common/FileSystem.cpp:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

checkIfCacheIsValidMethod · 0.45
checkCacheIsValidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected