MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Dial

Method Dial

cf/ssh/ssh.go:473–475  ·  view source on GitHub ↗
(n, addr string)

Source from the content-addressed store, hash-verified

471func (sc *secureClient) Conn() ssh.Conn { return sc.client.Conn }
472func (sc *secureClient) Wait() error { return sc.client.Wait() }
473func (sc *secureClient) Dial(n, addr string) (net.Conn, error) {
474 return sc.client.Dial(n, addr)
475}
476func (sc *secureClient) NewSession() (SecureSession, error) {
477 return sc.client.NewSession()
478}

Callers

nothing calls this directly

Calls 1

DialMethod · 0.65

Tested by

no test coverage detected