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

Method IsSpaceTargeted

actor/sharedaction/is_space_targeted.go:4–6  ·  view source on GitHub ↗

IsSpaceTargeted determines whether a space is being targeted by the CLI

()

Source from the content-addressed store, hash-verified

2
3// IsSpaceTargeted determines whether a space is being targeted by the CLI
4func (actor Actor) IsSpaceTargeted() bool {
5 return actor.Config.HasTargetedSpace()
6}

Callers 1

CheckTargetMethod · 0.95

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls 1

HasTargetedSpaceMethod · 0.65

Tested by

no test coverage detected