()
| 1052 | let receivedPong = true |
| 1053 | const latch = Effect.unsafeMakeLatch() |
| 1054 | const reset = () => { |
| 1055 | receivedPong = true |
| 1056 | latch.unsafeClose() |
| 1057 | } |
| 1058 | const onPong = () => { |
| 1059 | receivedPong = true |
| 1060 | } |
nothing calls this directly
no test coverage detected