()
| 136 | } |
| 137 | |
| 138 | get current(): Current { |
| 139 | this.#sub(); |
| 140 | return this.#get(); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | class WritableHandle<Current, Next = Current> extends ReactiveHandle<Current> { |
nothing calls this directly
no outgoing calls
no test coverage detected