| 1480 | std::shared_ptr<Device::SyncEvent> device_sync_; |
| 1481 | |
| 1482 | ImportedArrayData() { |
| 1483 | ArrowArrayMarkReleased(&array_); // Initially released |
| 1484 | } |
| 1485 | |
| 1486 | void Release() { |
| 1487 | if (!ArrowArrayIsReleased(&array_)) { |
nothing calls this directly
no test coverage detected