(graph: ID2, writer: DifferenceStreamWriter<T>)
| 68 | #writer: DifferenceStreamWriter<T> |
| 69 | |
| 70 | constructor(graph: ID2, writer: DifferenceStreamWriter<T>) { |
| 71 | this.#graph = graph |
| 72 | this.#writer = writer |
| 73 | } |
| 74 | |
| 75 | connectReader(): DifferenceStreamReader<T> { |
| 76 | return this.#writer.newReader() |
nothing calls this directly
no outgoing calls
no test coverage detected