(entity: Entity<Type, Rpcs>)
| 1157 | })) |
| 1158 | |
| 1159 | const makeClient = <Type extends string, Rpcs extends Rpc.Any>(entity: Entity<Type, Rpcs>): Effect.Effect< |
| 1160 | ( |
| 1161 | entityId: string |
| 1162 | ) => RpcClient.RpcClient.From<Rpcs, MailboxFull | AlreadyProcessingMessage> |
| 1163 | > => clients.get(entity) as any |
| 1164 | |
| 1165 | const clientRespondDiscard = (_reply: Reply.Reply<any>) => Effect.void |
| 1166 |
no test coverage detected