Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ First
Method
First
src/plugin/kernel/src/AFCTable.cpp:283–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
AFIRow* AFCTable::First()
284
{
285
iter_ = data_.begin();
286
ARK_ASSERT_RET_VAL(iter_ != data_.end(), nullptr);
287
288
return iter_->second;
289
}
290
291
AFIRow* AFCTable::Next()
292
{
Callers
5
LogObjectData
Method · 0.45
EntityToDBData
Method · 0.45
TableToDBData
Method · 0.45
TableToPBData
Method · 0.45
ContainerToPBData
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected