Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ opened
Method
opened
cpp/src/arrow/io/file.cc:554–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
bool writable() { return file_->mode() != FileMode::READ; }
553
554
bool opened() { return file_->is_open(); }
555
556
int fd() const { return file_->fd(); }
557
Callers
2
WriteAt
Method · 0.80
Write
Method · 0.80
Calls
1
is_open
Method · 0.45
Tested by
no test coverage detected