| 71 | } |
| 72 | |
| 73 | export class ApiMachineClient { |
| 74 | private socket!: Socket<ServerToClientEvents, ClientToServerEvents> |
| 75 | private keepAliveInterval: NodeJS.Timeout | null = null |
| 76 | private rpcHandlerManager: RpcHandlerManager |
nothing calls this directly
no outgoing calls
no test coverage detected