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

Method GetVariableWatch

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

Get the variable watch object

Source from the content-addressed store, hash-verified

413#if !defined(CMAKE_BOOTSTRAP)
414 //! Get the variable watch object
415 cmVariableWatch* GetVariableWatch() { return this->VariableWatch.get(); }
416#endif
417
418 std::vector<cmDocumentationEntry> GetGeneratorsDocumentation();

Callers 2

~ImplMethod · 0.45
cmVariableWatchCommandFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected