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

Method GetTime

VarTools.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146int Manager::GetTime(int var)
147{
148 if (var < 0 || var >= vars.size()) return 0;
149 return vars[var].time;
150}
151
152wxString Manager::GetNameWithTime(int var)
153{

Callers 4

UpdatePanelMethod · 0.80
UpdateMessageWinMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected