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

Method GetProperty

Source/cmStateDirectory.cxx:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343cmValue cmStateDirectory::GetProperty(std::string const& prop) const
344{
345 bool const chain =
346 this->Snapshot_.State->IsPropertyChained(prop, cmProperty::DIRECTORY);
347 return this->GetProperty(prop, chain);
348}
349
350cmValue cmStateDirectory::GetProperty(std::string const& prop,
351 bool chain) const

Callers 1

GetPropertyAsBoolMethod · 0.95

Calls 15

GetLinkOptionsEntriesMethod · 0.95
to_stringFunction · 0.85
appendFunction · 0.85
IsPropertyChainedMethod · 0.80
reserveMethod · 0.80
push_backMethod · 0.80
GetCallStackParentMethod · 0.80

Tested by

no test coverage detected