MCPcopy Create free account
hub / github.com/apache/arrow / DirectoryFileInfoFromPath

Function DirectoryFileInfoFromPath

cpp/src/arrow/filesystem/azurefs.cc:1532–1534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532FileInfo DirectoryFileInfoFromPath(std::string_view path) {
1533 return FileInfo{std::string{internal::RemoveTrailingSlash(path)}, FileType::Directory};
1534}
1535
1536FileInfo FileInfoFromBlob(std::string_view container,
1537 const Blobs::Models::BlobItem& blob) {

Callers 2

FileInfoFromBlobFunction · 0.85

Calls 1

RemoveTrailingSlashFunction · 0.70

Tested by

no test coverage detected