MCPcopy Index your code
hub / github.com/tiann/hapi /

Class

cli/src/api/apiMachine.ts:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73export class ApiMachineClient {
74 private socket!: Socket<ServerToClientEvents, ClientToServerEvents>
75 private keepAliveInterval: NodeJS.Timeout | null = null
76 private rpcHandlerManager: RpcHandlerManager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected