MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetPlatform

Function GetPlatform

protocol/src/names.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return unk;
85
86XPlatform GetPlatform(const std::string &name)
87{
88 SEARCH_KEY(PlatformNames(), name, kPlatformUnknown);
89}
90
91const std::string &GetPlatformName(XPlatform plat)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected