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

Method isInitialized

ASAP/worklist_interface/Data/DataTable.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 bool DataTable::isInitialized(void)
101 {
102 return m_column_order.size() > 0 && (m_visible_columns.size() > 0 || m_invisible_columns.size() > 0);
103 }
104
105 std::vector<const std::string*> DataTable::at(const size_t index, const FIELD_SELECTION field_selection) const
106 {

Callers 3

setDataSourceMethod · 0.45
checkSchemaMethod · 0.45
updateSourceViewsMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected