MCPcopy
hub / github.com/cloudfoundry/cli / Username

Method Username

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

Source from the content-addressed store, hash-verified

219}
220
221func (cmd *CliRpcCmd) Username(args string, retVal *string) error {
222 *retVal = cmd.cliConfig.Username()
223
224 return nil
225}
226
227func (cmd *CliRpcCmd) UserGuid(args string, retVal *string) error {
228 *retVal = cmd.cliConfig.UserGUID()

Callers

nothing calls this directly

Calls 1

UsernameMethod · 0.65

Tested by

no test coverage detected