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

Function IsS3Initialized

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

Source from the content-addressed store, hash-verified

3551Status EnsureS3Finalized() { return FinalizeS3(); }
3552
3553bool IsS3Initialized() { return GetAwsInstance()->IsInitialized(); }
3554
3555bool IsS3Finalized() { return GetAwsInstance()->IsFinalized(); }
3556

Callers 2

S3OptionsMethod · 0.85
CheckS3InitializedFunction · 0.85

Calls 2

GetAwsInstanceFunction · 0.85
IsInitializedMethod · 0.45

Tested by

no test coverage detected