MCPcopy
hub / github.com/cloudfoundry/cli / NewSession

Method NewSession

util/clissh/secure_client.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (sc secureClient) NewSession() (SecureSession, error) {
36 return sc.client.NewSession()
37}
38
39func (sc secureClient) Wait() error {
40 return sc.client.Wait()

Callers

nothing calls this directly

Calls 1

NewSessionMethod · 0.65

Tested by

no test coverage detected