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

Method PreShut

src/plugin/kernel/src/AFCKernelModule.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool AFCKernelModule::PreShut()
94{
95 return DestroyAll();
96}
97
98bool AFCKernelModule::CopyData(std::shared_ptr<AFIEntity> pEntity, std::shared_ptr<AFIStaticEntity> pStaticEntity)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected