Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ErrorS3Finalized
Function
ErrorS3Finalized
cpp/src/arrow/filesystem/s3fs.cc:451–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
namespace {
450
451
Status ErrorS3Finalized() { return Status::Invalid(
"S3 subsystem is finalized"
); }
452
453
Status CheckS3Initialized() {
454
if (!IsS3Initialized()) {
Callers
3
CheckS3Initialized
Function · 0.85
AddClient
Method · 0.85
Lock
Method · 0.85
Calls
1
Invalid
Function · 0.50
Tested by
no test coverage detected