MCPcopy
hub / github.com/wavetermdev/waveterm / MakeWSLShellClient

Function MakeWSLShellClient

pkg/genconn/wsl-impl.go:21–23  ·  view source on GitHub ↗
(distro *wsl.Distro)

Source from the content-addressed store, hash-verified

19}
20
21func MakeWSLShellClient(distro *wsl.Distro) *WSLShellClient {
22 return &WSLShellClient{distro: distro}
23}
24
25func (c *WSLShellClient) MakeProcessController(cmdSpec CommandSpec) (ShellProcessController, error) {
26 return MakeWSLProcessController(c.distro, cmdSpec)

Callers 1

InstallWshMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected