MCPcopy Create free account
hub / github.com/chigraph/chigraph / cacheUpdateTime

Method cacheUpdateTime

libchigraph/src/ModuleCache.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::time_t ModuleCache::cacheUpdateTime(const boost::filesystem::path& moduleName) const {
72 return boost::filesystem::last_write_time(cachePathForModule(moduleName));
73}
74
75std::unique_ptr<llvm::Module> ModuleCache::retrieveFromCache(
76 const boost::filesystem::path& moduleName, std::time_t atLeastThisNew) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected