Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/konsole
/ OpenBSDProcessInfo
Method
OpenBSDProcessInfo
src/ProcessInfo.cpp:1015–1018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1013
{
1014
public:
1015
explicit OpenBSDProcessInfo(int pid)
1016
: UnixProcessInfo(pid)
1017
{
1018
}
1019
1020
protected:
1021
bool readCurrentDir(int pid) override
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected