MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / sshConnectionCancelledError

Function sshConnectionCancelledError

utils/ssh.go:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337var errSSHConnectionCancelled = errors.New("SSH connection cancelled")
338
339func sshConnectionCancelledError() error {
340 return fmt.Errorf("SSH connection cancelled")
341}
342
343type sshHandshakeResult struct {
344 cc ssh.Conn

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected