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

Method GetFileTimeCache

Source/cmake.h:465–465  ·  view source on GitHub ↗

* Get the file comparison class */

Source from the content-addressed store, hash-verified

463 * Get the file comparison class
464 */
465 cmFileTimeCache* GetFileTimeCache() { return this->FileTimeCache.get(); }
466
467 bool WasLogLevelSetViaCLI() const { return this->LogLevelWasSetViaCLI; }
468

Callers 2

UpdateDependenciesMethod · 0.80
ScanDependenciesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected