MCPcopy 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
97func (c *WslCmd) GetProcessState() *os.ProcessState {
98 return c.c.ProcessState
99}
100
101func (c *WslCmd) SetStdin(stdin io.Reader) {
102 c.c.Stdin = stdin

Callers 1

KillGracefulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected