Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
void Glob::AddExpression(std::string const& expr)
427
{
428
this->Internals->Expressions.emplace_back(this->PatternToRegex(expr));
429
}
430
431
void Glob::SetRelative(char const* dir)
432
{
Callers
1
FindFiles
Method · 0.95
Calls
2
PatternToRegex
Method · 0.95
emplace_back
Method · 0.80
Tested by
no test coverage detected