| 6373 | * operations, consider adding property indices (future optimization). |
| 6374 | */ |
| 6375 | export class MergeStep extends Step<MergeStepConfig> { |
| 6376 | public get name() { |
| 6377 | return "Merge"; |
| 6378 | } |
nothing calls this directly
no outgoing calls
no test coverage detected