Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ getSSHEndpointInfo
Method
getSSHEndpointInfo
cf/commands/application/ssh.go:176–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
}
175
176
func
(cmd *SSH) getSSHEndpointInfo() (sshInfo, error) {
177
info := sshInfo{}
178
err := cmd.gateway.GetResource(cmd.config.APIEndpoint()+
"/v2/info"
, &info)
179
return
info, err
180
}
Callers
1
Execute
Method · 0.95
Calls
2
GetResource
Method · 0.80
APIEndpoint
Method · 0.65
Tested by
no test coverage detected