Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
DeviceMapperRegistryImpl* GetDeviceRegistry() {
343
static auto g_registry = CreateDeviceRegistry();
344
return g_registry.get();
345
}
346
347
} // namespace
348
Callers
2
RegisterDeviceMapper
Function · 0.85
GetDeviceMapper
Function · 0.85
Calls
2
CreateDeviceRegistry
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected