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

Method GetVariableWatch

Source/cmMakefile.cxx:3370–3376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3368
3369#ifndef CMAKE_BOOTSTRAP
3370cmVariableWatch* cmMakefile::GetVariableWatch() const
3371{
3372 if (this->GetCMakeInstance()) {
3373 return this->GetCMakeInstance()->GetVariableWatch();
3374 }
3375 return nullptr;
3376}
3377#endif
3378
3379cmState* cmMakefile::GetState() const

Callers 6

AddDefinitionMethod · 0.95
RemoveDefinitionMethod · 0.95
IsDefinitionSetMethod · 0.95
IsNormalDefinitionSetMethod · 0.95
GetDefinitionMethod · 0.95
RaiseScopeMethod · 0.95

Calls 1

GetCMakeInstanceMethod · 0.95

Tested by

no test coverage detected