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

Method IsLoggedIn

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

Source from the content-addressed store, hash-verified

237}
238
239func (cmd *CliRpcCmd) IsLoggedIn(args string, retVal *bool) error {
240 *retVal = cmd.cliConfig.IsLoggedIn()
241
242 return nil
243}
244
245func (cmd *CliRpcCmd) IsSSLDisabled(args string, retVal *bool) error {
246 *retVal = cmd.cliConfig.IsSSLDisabled()

Callers

nothing calls this directly

Calls 1

IsLoggedInMethod · 0.65

Tested by

no test coverage detected