()
| 81 | } |
| 82 | |
| 83 | get graph(): ID2 { |
| 84 | return this.#graph |
| 85 | } |
| 86 | |
| 87 | // Don't judge, this is the only way to type this function. |
| 88 | // rxjs has very similar code to type its pipe function |
nothing calls this directly
no outgoing calls
no test coverage detected