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

Function IsS3Initialized

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

Source from the content-addressed store, hash-verified

3618Status EnsureS3Finalized() { return FinalizeS3(); }
3619
3620bool IsS3Initialized() { return GetAwsInstance()->IsInitialized(); }
3621
3622bool IsS3Finalized() { return GetAwsInstance()->IsFinalized(); }
3623

Callers 3

S3OptionsMethod · 0.85
CheckS3InitializedFunction · 0.85

Calls 2

GetAwsInstanceFunction · 0.85
IsInitializedMethod · 0.45

Tested by

no test coverage detected