Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetRow
Method
GetRow
src/plugin/kernel/src/AFCRow.cpp:41–44 ·
view source on GitHub ↗
get row
Source
from the content-addressed store, hash-verified
39
40
// get row
41
uint32_t AFCRow::GetRow() const
42
{
43
return row_;
44
}
45
46
// get row data
47
bool AFCRow::GetBool(const uint32_t index) const
Callers
3
LogObjectData
Method · 0.80
TableToDBData
Method · 0.80
TableToPBData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected