Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ resetCounts
Method
resetCounts
MiniZincIDE/ide.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void IDEStatistics::resetCounts(void) {
52
errorsShown = 0;
53
errorsClicked = 0;
54
modelsRun = 0;
55
}
56
57
struct IDE::Doc {
58
QTextDocument td;
Callers
1
versionCheckFinished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected