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

Method IsSSLDisabled

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

Source from the content-addressed store, hash-verified

243}
244
245func (cmd *CliRpcCmd) IsSSLDisabled(args string, retVal *bool) error {
246 *retVal = cmd.cliConfig.IsSSLDisabled()
247
248 return nil
249}
250
251func (cmd *CliRpcCmd) HasOrganization(args string, retVal *bool) error {
252 *retVal = cmd.cliConfig.HasOrganization()

Callers

nothing calls this directly

Calls 1

IsSSLDisabledMethod · 0.65

Tested by

no test coverage detected