(item *cwhub.Item, force bool)
| 48 | } |
| 49 | |
| 50 | func NewDisableCommand(item *cwhub.Item, force bool) *DisableCommand { |
| 51 | return &DisableCommand{Item: item, Force: force} |
| 52 | } |
| 53 | |
| 54 | func (c *DisableCommand) Prepare(plan *ActionPlan) (bool, error) { |
| 55 | i := c.Item |
no outgoing calls
no test coverage detected
searching dependent graphs…