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

Method DoClose

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

Source from the content-addressed store, hash-verified

309}
310
311Status ReadableFile::DoClose() { return impl_->Close(); }
312
313bool ReadableFile::closed() const { return !impl_->is_open(); }
314

Callers 4

CloseMethod · 0.45
DoAbortMethod · 0.45
CloseMethod · 0.45
DoAbortMethod · 0.45

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected