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

Method SetCurrentSnapshot

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

Source from the content-addressed store, hash-verified

702
703 cmState* GetState() const { return this->State.get(); }
704 void SetCurrentSnapshot(cmStateSnapshot const& snapshot)
705 {
706 this->CurrentSnapshot = snapshot;
707 }
708 cmStateSnapshot GetCurrentSnapshot() const { return this->CurrentSnapshot; }
709
710 bool GetRegenerateDuringBuild() const { return this->RegenerateDuringBuild; }

Callers 2

BuildsystemFileScopeMethod · 0.80
~BuildsystemFileScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected