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

Method Exist

src/plugin/kernel/src/AFCContainer.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool AFCContainer::Exist(uint32_t index) const
92{
93 return (entity_data_list_.find(index) != entity_data_list_.end());
94}
95
96bool AFCContainer::Exist(const AFGUID& id) const
97{

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected