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