Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_open
Method
is_open
cpp/src/arrow/io/file.cc:184–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
int fd() const { return fd_.fd(); }
183
184
bool is_open() const { return !fd_.closed(); }
185
186
int64_t size() const { return size_; }
187
Callers
4
closed
Method · 0.45
Close
Method · 0.45
closed
Method · 0.45
opened
Method · 0.45
Calls
1
closed
Method · 0.45
Tested by
no test coverage detected