Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ First
Method
First
src/plugin/kernel/src/AFCContainer.cpp:46–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
uint32_t AFCContainer::First()
47
{
48
iter_ = entity_data_list_.begin();
49
if (entity_data_list_.end() == iter_)
50
{
51
return NULL_INT;
52
}
53
54
return iter_->first;
55
}
56
57
uint32_t AFCContainer::Next()
58
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected