(response: typeof ProtocolResponse.Type)
| 59 | } |
| 60 | } |
| 61 | const write = (response: typeof ProtocolResponse.Type) => Effect.gen(() => writeGen(response)) |
| 62 | |
| 63 | yield* Effect.fork(write(new Hello({ remoteId }))) |
| 64 |
no test coverage detected
searching dependent graphs…