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

Method GetCMakeInstance

Source/cmLocalNinjaGenerator.cxx:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237cmake const* cmLocalNinjaGenerator::GetCMakeInstance() const
238{
239 return this->GetGlobalGenerator()->GetCMakeInstance();
240}
241
242cmake* cmLocalNinjaGenerator::GetCMakeInstance()
243{

Callers 4

WritePoolsMethod · 0.95
HasUniqueByproductsMethod · 0.95

Calls 1

GetGlobalGeneratorMethod · 0.45

Tested by

no test coverage detected