Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
int Manager::GetTime(int var)
147
{
148
if (var < 0 || var >= vars.size()) return 0;
149
return vars[var].time;
150
}
151
152
wxString Manager::GetNameWithTime(int var)
153
{
Callers
4
GetUpdateStatusBarString
Method · 0.80
UpdatePanel
Method · 0.80
UpdateMessageWin
Method · 0.80
SetupPanelForNumVariables
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected