MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / LastModified

Method LastModified

vkconfig_core/path.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275std::string Path::LastModified() const {
276 QFileInfo file_info(this->AbsolutePath().c_str());
277
278 return file_info.lastModified().toString(Qt::ISODate).toStdString();
279}
280
281bool operator!=(const Path& a, const Path& b) { return !(a == b); }
282

Callers 1

LoadLayersMethod · 0.80

Calls 1

AbsolutePathMethod · 0.95

Tested by

no test coverage detected