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

Method DoClose

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

Source from the content-addressed store, hash-verified

315}
316
317Status ReadableFile::DoClose() { return impl_->Close(); }
318
319bool ReadableFile::closed() const { return !impl_->is_open(); }
320

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