MCPcopy Create free account
hub / github.com/Kitware/CMake / cmFileTimes

Method cmFileTimes

Source/cmFileTimes.cxx:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66cmFileTimes::cmFileTimes() = default;
67cmFileTimes::cmFileTimes(std::string const& fileName)
68{
69 this->Load(fileName);
70}
71cmFileTimes::~cmFileTimes() = default;
72
73cmsys::Status cmFileTimes::Load(std::string const& fileName)

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.95

Tested by

no test coverage detected