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

Method GetMakefile

Source/cmRuntimeDependencyArchive.cxx:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380cmMakefile* cmRuntimeDependencyArchive::GetMakefile() const
381{
382 return &this->Status.GetMakefile();
383}
384
385std::map<std::string, std::set<std::string>> const&
386cmRuntimeDependencyArchive::GetResolvedPaths() const

Callers 3

PrepareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected