MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetMetaData

Method GetMetaData

DataViewer/OGRTable.cpp:1658–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656}
1657
1658std::map<wxString, wxString> OGRTable::GetMetaData(int col_id)
1659{
1660 VarGroup vg = var_order.FindVarGroup(col_id);
1661 return vg.meta_data;
1662}

Callers 3

OnApplySaveClickMethod · 0.45
ReInitFromTableIntMethod · 0.45
DisplayPopupMenuMethod · 0.45

Calls 1

FindVarGroupMethod · 0.80

Tested by

no test coverage detected