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

Method Init

src/plugin/kernel/src/AFCMapModule.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace ark {
28
29bool AFCMapModule::Init()
30{
31 m_pKernelModule = FindModule<AFIKernelModule>();
32 m_pLogModule = FindModule<AFILogModule>();
33
34 return true;
35}
36
37bool AFCMapModule::Shut()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected