MCPcopy Create free account
hub / github.com/KDE/konsole / MacProcessInfo

Method MacProcessInfo

src/ProcessInfo.cpp:1145–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143{
1144public:
1145 explicit MacProcessInfo(int pid)
1146 : UnixProcessInfo(pid)
1147 {
1148 }
1149
1150protected:
1151 bool readCurrentDir(int pid) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected