MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getRecordCount

Method getRecordCount

ASAP/worklist_interface/Data/DataTable.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 size_t DataTable::getRecordCount(void) const
161 {
162 return size();
163 }
164
165 size_t DataTable::getColumnCount(void) const
166 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected