MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetProcess

Method GetProcess

pkg/wsl/wsl-win.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (c *WslCmd) GetProcess() *os.Process {
94 return c.c.Process
95}
96
97func (c *WslCmd) GetProcessState() *os.ProcessState {
98 return c.c.ProcessState

Callers 3

CpWshToRemoteFunction · 0.45
KillGracefulMethod · 0.45
KillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected