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

Function GetDeviceRegistry

cpp/src/arrow/device.cc:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342DeviceMapperRegistryImpl* GetDeviceRegistry() {
343 static auto g_registry = CreateDeviceRegistry();
344 return g_registry.get();
345}
346
347} // namespace
348

Callers 2

RegisterDeviceMapperFunction · 0.85
GetDeviceMapperFunction · 0.85

Calls 2

CreateDeviceRegistryFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected