MCPcopy 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
41uint32_t AFCRow::GetRow() const
42{
43 return row_;
44}
45
46// get row data
47bool AFCRow::GetBool(const uint32_t index) const

Callers 3

LogObjectDataMethod · 0.80
TableToDBDataMethod · 0.80
TableToPBDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected