MCPcopy 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
99uint32_t AFCTable::GetRowCount() const
100{
101 return data_.size();
102}
103
104// table set
105AFIRow* AFCTable::AddRow(uint32_t row /* = 0u*/)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected