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

Method MatchesFiles

Source/cmSourceGroup.cxx:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool cmSourceGroup::MatchesFiles(std::string const& name) const
83{
84 return this->GroupFiles.find(name) != this->GroupFiles.cend();
85}
86
87std::set<std::string> const& cmSourceGroup::GetGroupFiles() const
88{

Callers 1

MatchChildrenFilesMethod · 0.95

Calls 2

cendMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected