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

Method Get

Source/cmDefinitions.cxx:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36cmValue cmDefinitions::Get(std::string const& key, StackIter begin,
37 StackIter end)
38{
39 Def const& def = cmDefinitions::GetInternal(key, begin, end, false);
40 return def.Value ? cmValue(def.Value.str_if_stable()) : nullptr;
41}
42
43void cmDefinitions::Raise(std::string const& key, StackIter begin,
44 StackIter end)

Callers

nothing calls this directly

Calls 2

str_if_stableMethod · 0.80
cmValueClass · 0.70

Tested by

no test coverage detected