Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsInitialized
Method
IsInitialized
cpp/src/arrow/filesystem/s3fs.cc:3501–3501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3499
}
3500
3501
bool IsInitialized() { return !is_finalized_ && is_initialized_; }
3502
3503
bool IsFinalized() { return is_finalized_; }
3504
Callers
1
IsS3Initialized
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected