MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetAppType

Method GetAppType

src/plugin/bus/src/AFCBusModule.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160ARK_APP_TYPE AFCBusModule::GetAppType(const std::string& name)
161{
162 auto iter = app_config_.name2types.find(name);
163 return ((iter != app_config_.name2types.end()) ? iter->second : ARK_APP_TYPE::ARK_APP_DEFAULT);
164}
165
166//uint16_t AFCBusModule::CalcProcPort(const int bus_id)
167//{

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected