MCPcopy
hub / github.com/Effect-TS/effect / reset

Function reset

packages/rpc/src/RpcClient.ts:1054–1057  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

unsafeCloseMethod · 0.80

Tested by

no test coverage detected