MCPcopy Create free account
hub / github.com/MultiMC/Launcher / processId

Method processId

launcher/LoggedProcess.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162#endif
163
164qint64 LoggedProcess::processId() const
165{
166#ifdef Q_OS_WIN
167 return pid() ? pid()->dwProcessId : 0;
168#else
169 return pid();
170#endif
171}
172
173void LoggedProcess::setDetachable(bool detachable)
174{

Callers 2

on_stateMethod · 0.80
on_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected