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

Method GetInInitialCache

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

Source from the content-addressed store, hash-verified

698 void InitializeInstrumentation();
699
700 bool GetInInitialCache() const { return this->InInitialCache; }
701 void SetInInitialCache(bool v) { this->InInitialCache = v; }
702
703 cmState* GetState() const { return this->State.get(); }

Callers 1

cmInstrumentationCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected