Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
93
func
(c *WslCmd) GetProcess() *os.Process {
94
return
c.c.Process
95
}
96
97
func
(c *WslCmd) GetProcessState() *os.ProcessState {
98
return
c.c.ProcessState
Callers
3
CpWshToRemote
Function · 0.45
KillGraceful
Method · 0.45
Kill
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected