| 1475 | std::shared_ptr<Device::SyncEvent> device_sync_; |
| 1476 | |
| 1477 | ImportedArrayData() { |
| 1478 | ArrowArrayMarkReleased(&array_); // Initially released |
| 1479 | } |
| 1480 | |
| 1481 | void Release() { |
| 1482 | if (!ArrowArrayIsReleased(&array_)) { |
nothing calls this directly
no test coverage detected