Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ GetDeviceType
Function
GetDeviceType
protocol/src/names.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
XDeviceType GetDeviceType(const std::string &name)
97
{
98
SEARCH_KEY(DeviceTypeNames(), name, kDeviceTypeUnknown);
99
}
100
101
const std::string &GetDeviceTypeName(XDeviceType type)
102
{
Callers
1
ListXQueues
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected