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

Method CloseFromDestructor

cpp/src/arrow/util/io_util.cc:1022–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022void FileDescriptor::CloseFromDestructor(int fd) {
1023 ARROW_WARN_NOT_OK(FileClose(fd), "Failed to close file descriptor");
1024}
1025
1026FileDescriptor::~FileDescriptor() {
1027 int fd = fd_.load();

Callers

nothing calls this directly

Calls 1

FileCloseFunction · 0.85

Tested by

no test coverage detected