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

Method IsValid

Source/cmFileTimes.h:24–24  ·  view source on GitHub ↗

@return true, if file times were loaded successfully

Source from the content-addressed store, hash-verified

22
23 //! @return true, if file times were loaded successfully
24 bool IsValid() const { return (this->times != nullptr); }
25 //! Try to load the file times from @a fileName and @return IsValid()
26 cmsys::Status Load(std::string const& fileName);
27 //! Stores the file times at @a fileName (if IsValid())

Callers 2

LoadMethod · 0.95
StoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected