Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3551
Status EnsureS3Finalized() { return FinalizeS3(); }
3552
3553
bool IsS3Initialized() { return GetAwsInstance()->IsInitialized(); }
3554
3555
bool IsS3Finalized() { return GetAwsInstance()->IsFinalized(); }
3556
Callers
2
S3Options
Method · 0.85
CheckS3Initialized
Function · 0.85
Calls
2
GetAwsInstance
Function · 0.85
IsInitialized
Method · 0.45
Tested by
no test coverage detected