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