Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ FindRow
Method
FindRow
src/plugin/kernel/src/AFCTable.cpp:129–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
AFIRow* AFCTable::FindRow(uint32_t row) const
130
{
131
ARK_ASSERT_RET_VAL(row != 0, nullptr);
132
133
return data_.find_value(row);
134
}
135
136
bool AFCTable::RemoveRow(uint32_t row)
137
{
Callers
1
OnSyncTableAdd
Method · 0.80
Calls
1
find_value
Method · 0.45
Tested by
no test coverage detected