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

Function ErrorS3Finalized

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

Source from the content-addressed store, hash-verified

509namespace {
510
511Status ErrorS3Finalized() { return Status::Invalid("S3 subsystem is finalized"); }
512
513Status CheckS3Initialized() {
514 if (!IsS3Initialized()) {

Callers 3

CheckS3InitializedFunction · 0.85
AddClientMethod · 0.85
LockMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected