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

Method DestroyContainer

src/plugin/kernel/src/AFCContainerManager.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool AFCContainerManager::DestroyContainer(const uint32_t index)
58{
59 return container_data_.erase(index);
60}
61
62const AFIContainerManager::ContainerList& AFCContainerManager::GetContainerList() const
63{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected