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

Method GetSelfAppType

src/plugin/bus/src/AFCBusModule.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203ARK_APP_TYPE AFCBusModule::GetSelfAppType()
204{
205 AFBusAddr bus_id(GetSelfBusID());
206 return ARK_APP_TYPE(bus_id.app_type);
207}
208
209const std::string AFCBusModule::GetAppWholeName(const int bus_id)
210{

Callers

nothing calls this directly

Calls 1

ARK_APP_TYPEEnum · 0.85

Tested by

no test coverage detected