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

Method has_parent

cpp/src/arrow/filesystem/s3fs.cc:591–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 }
590
591 bool has_parent() const { return !key.empty(); }
592
593 bool empty() const { return bucket.empty() && key.empty(); }
594

Callers 2

EnsureParentExistsMethod · 0.45
CreateDirMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected