MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / MustConnect

Method MustConnect

internal/sshserver/testClientImpl.go:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (t *testClientImpl) MustConnect() TestClientConnection {
44 connection, err := t.Connect()
45 if err != nil {
46 panic(err)
47 }
48 return connection
49}

Callers

nothing calls this directly

Calls 1

ConnectMethod · 0.95

Tested by

no test coverage detected