Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
bool AFCClassMetaModule::Shut()
39
{
40
ARK_DELETE(m_pClassMetaManager);
41
42
return true;
43
}
44
45
bool AFCClassMetaModule::Load()
46
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected