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

Method closed

cpp/src/arrow/io/file.cc:435–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 }
434
435 bool closed() const { return !file_->is_open(); }
436
437 Status CheckClosed() const {
438 if (closed()) {

Callers

nothing calls this directly

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected