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

Method MatchesRegex

Source/cmSourceGroup.cxx:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool cmSourceGroup::MatchesRegex(std::string const& name) const
77{
78 cmsys::RegularExpressionMatch match;
79 return this->GroupRegex.find(name.c_str(), match);
80}
81
82bool cmSourceGroup::MatchesFiles(std::string const& name) const
83{

Callers 1

MatchChildrenRegexMethod · 0.95

Calls 2

c_strMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected