MCPcopy Create free account
hub / github.com/apache/arrow / closed

Function closed

cpp/src/arrow/util/io_util.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 int Detach();
152
153 bool closed() const { return fd_.load() == -1; }
154
155 protected:
156 static void CloseFromDestructor(int fd);

Callers 12

CheckClosedMethod · 0.85
TellOrMethod · 0.85
ReadMethod · 0.85
TellMethod · 0.85
WriteMethod · 0.85
FlushMethod · 0.85
ReadAtMethod · 0.85
SeekMethod · 0.85
TellMethod · 0.85
ReadBaseMethod · 0.85
WriteBaseMethod · 0.85
SeekBaseMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected