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

Method Clear

src/plugin/kernel/src/AFCConfigModule.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool AFCConfigModule::Clear()
74{
75 ARK_DELETE(m_pStaticEntityManager);
76 return true;
77}
78
79bool AFCConfigModule::LoadConfig(std::shared_ptr<AFClassMeta> pClassMeta)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected