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

Method IsInitialized

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

Source from the content-addressed store, hash-verified

3432 }
3433
3434 bool IsInitialized() { return !is_finalized_ && is_initialized_; }
3435
3436 bool IsFinalized() { return is_finalized_; }
3437

Callers 1

IsS3InitializedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected