()
| 4337 | } |
| 4338 | |
| 4339 | protected get intersectTraverser() { |
| 4340 | if (this.#intersectTraverser === undefined) { |
| 4341 | return (this.#intersectTraverser = createTraverser(this.steps)); |
| 4342 | } |
| 4343 | return this.#intersectTraverser; |
| 4344 | } |
| 4345 | |
| 4346 | public *traverse( |
| 4347 | source: GraphSource<any>, |
nothing calls this directly
no test coverage detected