| 601 | * This ensures mutations execute (by consuming the pipeline) but no results are returned. |
| 602 | */ |
| 603 | export class DrainStep extends Step<DrainStepConfig> { |
| 604 | public get name() { |
| 605 | return "Drain"; |
| 606 | } |
nothing calls this directly
no outgoing calls
no test coverage detected