MCPcopy 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

449namespace {
450
451Status ErrorS3Finalized() { return Status::Invalid("S3 subsystem is finalized"); }
452
453Status CheckS3Initialized() {
454 if (!IsS3Initialized()) {

Callers 3

CheckS3InitializedFunction · 0.85
AddClientMethod · 0.85
LockMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected