Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Matches
Method
Matches
cpp/src/arrow/filesystem/path_util.cc:395–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
Globber::~Globber() = default;
394
395
bool Globber::Matches(const std::string& path) {
396
return regex_match(path, impl_->pattern_);
397
}
398
399
} // namespace internal
400
} // namespace fs
Callers
2
TEST
Function · 0.45
GlobFiles
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36