Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
func
(sc secureClient) NewSession() (SecureSession, error) {
36
return
sc.client.NewSession()
37
}
38
39
func
(sc secureClient) Wait() error {
40
return
sc.client.Wait()
Callers
nothing calls this directly
Calls
1
NewSession
Method · 0.65
Tested by
no test coverage detected