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

Method Init

src/plugin/bus/src/AFCBusModule.cpp:29–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace ark {
28
29bool AFCBusModule::Init()
30{
31 if (!LoadBusRelationConfig())
32 {
33 return false;
34 }
35
36 if (!LoadRegCenterConfig())
37 {
38 return false;
39 }
40
41 if (!LoadProcConfig())
42 {
43 return false;
44 }
45
46 return true;
47}
48
49bool AFCBusModule::LoadProcConfig()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected