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

Method GetCacheDefinition

Source/cmake.cxx:3293–3296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3291}
3292
3293cmValue cmake::GetCacheDefinition(std::string const& name) const
3294{
3295 return this->State->GetInitializedCacheValue(name);
3296}
3297
3298void cmake::AddScriptingCommands() const
3299{

Callers 10

GetOrCreateIdMethod · 0.80
SelectMakeProgramMethod · 0.80
ComputeMethod · 0.80
OpenMethod · 0.80
GetGUIDMethod · 0.80
WriteCMakeContentMethod · 0.80
NormalizeFindResultMethod · 0.80
ConfigureForCMakeRunMethod · 0.80
GetEditCacheCommandMethod · 0.80

Calls 1

Tested by

no test coverage detected