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

Method Shut

src/plugin/kernel/src/AFCClassMetaModule.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool AFCClassMetaModule::Shut()
39{
40 ARK_DELETE(m_pClassMetaManager);
41
42 return true;
43}
44
45bool AFCClassMetaModule::Load()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected