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

Function PathNotFound

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

Source from the content-addressed store, hash-verified

555};
556
557Status PathNotFound(const AzureLocation& location) {
558 return ::arrow::fs::internal::PathNotFound(location.all);
559}
560
561Status NotADir(const AzureLocation& location) {
562 return ::arrow::fs::internal::NotADir(location.all);

Callers 15

ValidateFileLocationFunction · 0.70
InitMethod · 0.70
CheckDirExistsMethod · 0.70
OpenInputFileMethod · 0.70
CreateDirTemplateMethod · 0.70
DeleteContainerMethod · 0.70
DeleteDirOnFileSystemMethod · 0.70
AcquireContainerLeaseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected