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

Method getColumnCount

ASAP/worklist_interface/Data/DataTable.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 size_t DataTable::getColumnCount(void) const
166 {
167 return m_column_order.size();
168 }
169
170 size_t DataTable::getColumnIndex(const std::string column) const
171 {

Callers 3

getPatientRecordsMethod · 0.80
getStudyRecordsMethod · 0.80
responseToTableFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected