Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ writeStdIn
Method
writeStdIn
MiniZincIDE/process.cpp:460–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
void MznProcess::writeStdIn(const QString &data)
461
{
462
p.write(data.toUtf8());
463
}
464
465
void MznProcess::closeStdIn()
466
{
Callers
1
onStarted
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected