Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
cpp/src/arrow/io/file.cc:380–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
Status FileOutputStream::Close() { return impl_->Close(); }
381
382
bool FileOutputStream::closed() const { return !impl_->is_open(); }
383
Callers
4
Close
Method · 0.45
DoClose
Method · 0.45
Close
Method · 0.45
Create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected