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

Method Load

src/plugin/kernel/src/AFCClassMetaModule.cpp:45–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool AFCClassMetaModule::Load()
46{
47 if (!LoadConfig())
48 {
49 return false;
50 }
51
52 if (!LoadEntity())
53 {
54 return false;
55 }
56
57 return true;
58}
59
60bool AFCClassMetaModule::LoadConfig()
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected