Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
cmake const* cmLocalNinjaGenerator::GetCMakeInstance() const
238
{
239
return this->GetGlobalGenerator()->GetCMakeInstance();
240
}
241
242
cmake* cmLocalNinjaGenerator::GetCMakeInstance()
243
{
Callers
4
WriteNinjaRequiredVersion
Method · 0.95
WritePools
Method · 0.95
WriteCustomCommandBuildStatement
Method · 0.95
HasUniqueByproducts
Method · 0.95
Calls
1
GetGlobalGenerator
Method · 0.45
Tested by
no test coverage detected