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

Method Init

src/plugin/kernel/src/AFCClassMetaModule.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace ark {
26
27bool AFCClassMetaModule::Init()
28{
29 m_pLogModule = FindModule<AFILogModule>();
30
31 m_pClassMetaManager = ARK_NEW AFClassMetaManager;
32
33 ARK_ASSERT_RET_VAL(Load(), false);
34
35 return true;
36}
37
38bool AFCClassMetaModule::Shut()
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected