Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1658
std::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
OnApplySaveClick
Method · 0.45
ReInitFromTableInt
Method · 0.45
DisplayPopupMenu
Method · 0.45
Calls
1
FindVarGroup
Method · 0.80
Tested by
no test coverage detected