MCPcopy 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

closedMethod · 0.45
CloseMethod · 0.45
closedMethod · 0.45
openedMethod · 0.45

Calls 1

closedMethod · 0.45

Tested by

no test coverage detected