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

Struct WSLShellClient

pkg/genconn/wsl-impl.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ ShellClient = (*WSLShellClient)(nil)
16
17type WSLShellClient struct {
18 distro *wsl.Distro
19}
20
21func MakeWSLShellClient(distro *wsl.Distro) *WSLShellClient {
22 return &WSLShellClient{distro: distro}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected