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

Method IsSSLDisabled

plugin/cli_connection.go:181–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181func (c *cliConnection) IsSSLDisabled() (bool, error) {
182 var result bool
183
184 err := c.withClientDo(func(client *rpc.Client) error {
185 return client.Call("CliRpcCmd.IsSSLDisabled", "", &result)
186 })
187
188 return result, err
189}
190
191func (c *cliConnection) IsLoggedIn() (bool, error) {
192 var result bool

Callers

nothing calls this directly

Calls 1

withClientDoMethod · 0.95

Tested by

no test coverage detected