Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPatientRecords
Method · 0.80
getStudyRecords
Method · 0.80
responseToTable
Function · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected