Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetRowCount
Method
GetRowCount
src/plugin/kernel/src/AFCTable.cpp:99–102 ·
view source on GitHub ↗
table get
Source
from the content-addressed store, hash-verified
97
98
// table get
99
uint32_t AFCTable::GetRowCount() const
100
{
101
return data_.size();
102
}
103
104
// table set
105
AFIRow* AFCTable::AddRow(uint32_t row /* = 0u*/)
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected