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

Method WrapDeviceSyncEvent

cpp/src/arrow/c/bridge_test.cc:1363–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361 }
1362
1363 Result<std::shared_ptr<Device::SyncEvent>> WrapDeviceSyncEvent(
1364 void* sync_event, Device::SyncEvent::release_fn_t release_sync_event) override {
1365 return std::make_shared<MyDevice::MySyncEvent>(sync_event, release_sync_event);
1366 }
1367
1368 protected:
1369 Result<std::shared_ptr<Buffer>> CopyBufferFrom(

Callers 1

ImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected