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

Method NewSession

cf/ssh/ssh.go:476–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474 return sc.client.Dial(n, addr)
475}
476func (sc *secureClient) NewSession() (SecureSession, error) {
477 return sc.client.NewSession()
478}
479
480type listenerFactory struct{}
481

Callers

nothing calls this directly

Calls 1

NewSessionMethod · 0.65

Tested by

no test coverage detected