| 2295 | } |
| 2296 | |
| 2297 | export class FilterElementsStep<const TPath extends TraversalPath<any, any, any>> extends Step< |
| 2298 | FilterElementsStepConfig<TPath> |
| 2299 | > { |
| 2300 | public get name() { |
nothing calls this directly
no outgoing calls
no test coverage detected