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

Method AddExpression

Source/kwsys/Glob.cxx:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void Glob::AddExpression(std::string const& expr)
427{
428 this->Internals->Expressions.emplace_back(this->PatternToRegex(expr));
429}
430
431void Glob::SetRelative(char const* dir)
432{

Callers 1

FindFilesMethod · 0.95

Calls 2

PatternToRegexMethod · 0.95
emplace_backMethod · 0.80

Tested by

no test coverage detected