MCPcopy 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

393Globber::~Globber() = default;
394
395bool Globber::Matches(const std::string& path) {
396 return regex_match(path, impl_->pattern_);
397}
398
399} // namespace internal
400} // namespace fs

Callers 2

TESTFunction · 0.45
GlobFilesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36