| 4090 | * Each branch is an array of steps representing one complete query. |
| 4091 | */ |
| 4092 | export class QueryUnionStep extends Step<QueryUnionStepConfig> { |
| 4093 | #branches: readonly Step<any>[][]; |
| 4094 | #traversers: Traverser[] | undefined; |
| 4095 |
nothing calls this directly
no outgoing calls
no test coverage detected