MCPcopy 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
46uint32_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
57uint32_t AFCContainer::Next()
58{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected