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

Method UserEmail

plugin/cli_connection.go:171–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func (c *cliConnection) UserEmail() (string, error) {
172 var result string
173
174 err := c.withClientDo(func(client *rpc.Client) error {
175 return client.Call("CliRpcCmd.UserEmail", "", &result)
176 })
177
178 return result, err
179}
180
181func (c *cliConnection) IsSSLDisabled() (bool, error) {
182 var result bool

Callers

nothing calls this directly

Calls 1

withClientDoMethod · 0.95

Tested by

no test coverage detected