MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetMatchingPaths

Method GetMatchingPaths

tensorflow/core/platform/s3/s3_file_system.cc:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500Status S3FileSystem::GetMatchingPaths(const string& pattern,
501 std::vector<string>* results) {
502 return internal::GetMatchingPaths(this, Env::Default(), pattern, results);
503}
504
505Status S3FileSystem::DeleteFile(const string& fname) {
506 string bucket, object;

Callers

nothing calls this directly

Calls 2

GetMatchingPathsFunction · 0.85
DefaultFunction · 0.85

Tested by

no test coverage detected