Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ EnsureAwsInstanceInitialized
Function
EnsureAwsInstanceInitialized
cpp/src/arrow/filesystem/s3fs.cc:3518–3520 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3516
}
3517
3518
Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3519
return GetAwsInstance()->EnsureInitialized(options);
3520
}
3521
3522
} // namespace
3523
Callers
1
EnsureS3Initialized
Function · 0.85
Calls
2
GetAwsInstance
Function · 0.85
EnsureInitialized
Method · 0.45
Tested by
no test coverage detected