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

Method closed

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

Source from the content-addressed store, hash-verified

441 }
442
443 bool closed() const { return !file_->is_open(); }
444
445 Status CheckClosed() const {
446 if (closed()) {

Callers

nothing calls this directly

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected