Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3293
cmValue cmake::GetCacheDefinition(std::string const& name) const
3294
{
3295
return this->State->GetInitializedCacheValue(name);
3296
}
3297
3298
void cmake::AddScriptingCommands() const
3299
{
Callers
10
GetOrCreateId
Method · 0.80
SelectMakeProgram
Method · 0.80
Compute
Method · 0.80
EnableLanguagesFromGenerator
Method · 0.80
Open
Method · 0.80
GetGUID
Method · 0.80
WriteCMakeContent
Method · 0.80
NormalizeFindResult
Method · 0.80
ConfigureForCMakeRun
Method · 0.80
GetEditCacheCommand
Method · 0.80
Calls
1
GetInitializedCacheValue
Method · 0.45
Tested by
no test coverage detected