Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ onStarted
Method
onStarted
MiniZincIDE/codechecker.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void CodeChecker::onStarted()
40
{
41
p.writeStdIn(input);
42
p.closeStdIn();
43
}
44
45
void CodeChecker::onLine(const QString& l)
46
{
Callers
nothing calls this directly
Calls
2
writeStdIn
Method · 0.80
closeStdIn
Method · 0.80
Tested by
no test coverage detected