Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
Status ReadableFile::DoClose() { return impl_->Close(); }
312
313
bool ReadableFile::closed() const { return !impl_->is_open(); }
314
Callers
4
Close
Method · 0.45
DoAbort
Method · 0.45
Close
Method · 0.45
DoAbort
Method · 0.45
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected