Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
bool AFCContainer::Exist(uint32_t index) const
92
{
93
return (entity_data_list_.find(index) != entity_data_list_.end());
94
}
95
96
bool AFCContainer::Exist(const AFGUID& id) const
97
{
Callers
nothing calls this directly
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected