MCPcopy 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{
1014public:
1015 explicit OpenBSDProcessInfo(int pid)
1016 : UnixProcessInfo(pid)
1017 {
1018 }
1019
1020protected:
1021 bool readCurrentDir(int pid) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected