MCPcopy 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
39void CodeChecker::onStarted()
40{
41 p.writeStdIn(input);
42 p.closeStdIn();
43}
44
45void CodeChecker::onLine(const QString& l)
46{

Callers

nothing calls this directly

Calls 2

writeStdInMethod · 0.80
closeStdInMethod · 0.80

Tested by

no test coverage detected