| 87 | } |
| 88 | |
| 89 | class SyncRPCServer extends RpcTarget implements SyncRPC { |
| 90 | constructor( |
| 91 | private readonly db: Database, |
| 92 | private readonly options: Required<Pick<ServerOptions, "ignore">> & |
nothing calls this directly
no outgoing calls
no test coverage detected