MCPcopy 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
176func (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

ExecuteMethod · 0.95

Calls 2

GetResourceMethod · 0.80
APIEndpointMethod · 0.65

Tested by

no test coverage detected