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

Method UserEmail

plugin/rpc/cli_rpc_server.go:233–237  ·  view source on GitHub ↗
(args string, retVal *string)

Source from the content-addressed store, hash-verified

231}
232
233func (cmd *CliRpcCmd) UserEmail(args string, retVal *string) error {
234 *retVal = cmd.cliConfig.UserEmail()
235
236 return nil
237}
238
239func (cmd *CliRpcCmd) IsLoggedIn(args string, retVal *bool) error {
240 *retVal = cmd.cliConfig.IsLoggedIn()

Callers

nothing calls this directly

Calls 1

UserEmailMethod · 0.65

Tested by

no test coverage detected