Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ GetProcessState
Method
GetProcessState
pkg/wsl/wsl-win.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(c *WslCmd) GetProcessState() *os.ProcessState {
98
return
c.c.ProcessState
99
}
100
101
func
(c *WslCmd) SetStdin(stdin io.Reader) {
102
c.c.Stdin = stdin
Callers
1
KillGraceful
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected