Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ getPid
Method
getPid
common/src/process_tools.ts:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public getPid() {
78
return
this.process?.pid;
79
}
80
81
public write(data?: any) {
82
return
this.process?.stdin?.write(iconv.encode(data, this.code));
Callers
1
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected