| 770 | * For each input path, fetches all matching vertices and combines them. |
| 771 | */ |
| 772 | export class CartesianFetchStep extends Step<CartesianFetchStepConfig> { |
| 773 | public get name() { |
| 774 | return "CartesianFetch"; |
| 775 | } |
nothing calls this directly
no outgoing calls
no test coverage detected