Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
cmFileTimes::cmFileTimes() = default;
67
cmFileTimes::cmFileTimes(std::string const& fileName)
68
{
69
this->Load(fileName);
70
}
71
cmFileTimes::~cmFileTimes() = default;
72
73
cmsys::Status cmFileTimes::Load(std::string const& fileName)
Callers
nothing calls this directly
Calls
1
Load
Method · 0.95
Tested by
no test coverage detected