| 6275 | * Note: Label removal is not currently supported as labels are immutable. |
| 6276 | */ |
| 6277 | export class RemoveStep extends Step<RemoveStepConfig> { |
| 6278 | public get name() { |
| 6279 | return "Remove"; |
| 6280 | } |
nothing calls this directly
no outgoing calls
no test coverage detected