MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / IDEStatistics

Method IDEStatistics

MiniZincIDE/ide.cpp:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#endif
23
24IDEStatistics::IDEStatistics(void)
25 : errorsShown(0), errorsClicked(0), modelsRun(0) {}
26
27void IDEStatistics::init(QVariant v) {
28 if (v.isValid()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected