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

Method GetObjects

Source/cmNinjaTargetGenerator.cxx:2445–2452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2443}
2444
2445cmNinjaDeps cmNinjaTargetGenerator::GetObjects(std::string const& config) const
2446{
2447 auto const it = this->Configs.find(config);
2448 if (it != this->Configs.end()) {
2449 return it->second.Objects;
2450 }
2451 return {};
2452}
2453
2454void cmNinjaTargetGenerator::EnsureDirectoryExists(
2455 std::string const& path) const

Callers 4

WriteLinkStatementMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected