Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
DWORD Process::ppid() const
367
{
368
if (!m_ppid) {
369
m_ppid = getProcessParentID(m_pid);
370
}
371
372
return *m_ppid;
373
}
374
375
const QString& Process::name() const
376
{
Callers
4
dump
Function · 0.80
findChildren
Function · 0.80
findChildProcesses
Function · 0.80
getProcessTreeFromJob
Function · 0.80
Calls
1
getProcessParentID
Function · 0.85
Tested by
no test coverage detected