MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / ppid

Method ppid

src/envmodule.cpp:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366DWORD Process::ppid() const
367{
368 if (!m_ppid) {
369 m_ppid = getProcessParentID(m_pid);
370 }
371
372 return *m_ppid;
373}
374
375const QString& Process::name() const
376{

Callers 4

dumpFunction · 0.80
findChildrenFunction · 0.80
findChildProcessesFunction · 0.80
getProcessTreeFromJobFunction · 0.80

Calls 1

getProcessParentIDFunction · 0.85

Tested by

no test coverage detected