| 4530 | export interface UnfoldStepConfig extends StepConfig {} |
| 4531 | |
| 4532 | export class UnfoldStep extends Step<UnfoldStepConfig> { |
| 4533 | public get name() { |
| 4534 | return "Unfold"; |
| 4535 | } |
nothing calls this directly
no outgoing calls
no test coverage detected