Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EnsureParentExists
Method · 0.45
CreateDir
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected