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

Function MakeSSHShellClient

pkg/genconn/ssh-impl.go:21–23  ·  view source on GitHub ↗
(client *ssh.Client)

Source from the content-addressed store, hash-verified

19}
20
21func MakeSSHShellClient(client *ssh.Client) *SSHShellClient {
22 return &SSHShellClient{client: client}
23}
24
25func (c *SSHShellClient) MakeProcessController(cmdSpec CommandSpec) (ShellProcessController, error) {
26 return MakeSSHCmdClient(c.client, cmdSpec)

Callers 1

InstallWshMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected