Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ DestroySelf
Method
DestroySelf
src/plugin/kernel/src/AFCKernelModule.cpp:361–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
bool AFCKernelModule::DestroySelf(const AFGUID& self)
362
{
363
delete_list_.push_back(self);
364
return true;
365
}
366
367
bool AFCKernelModule::InnerDestroyEntity(std::shared_ptr<AFIEntity> pEntity)
368
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected