MCPcopy 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
96XDeviceType GetDeviceType(const std::string &name)
97{
98 SEARCH_KEY(DeviceTypeNames(), name, kDeviceTypeUnknown);
99}
100
101const std::string &GetDeviceTypeName(XDeviceType type)
102{

Callers 1

ListXQueuesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected