MCPcopy
hub / github.com/louislam/dockge / DockgeSocket

Interface DockgeSocket

backend/util-server.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface DockgeSocket extends Socket {
17 userID: number;
18 consoleTerminal? : Terminal;
19 instanceManager : AgentManager;
20 endpoint : string;
21 emitAgent : (eventName : string, ...args : unknown[]) => void;
22}
23
24// For command line arguments, so they are nullable
25export interface Arguments {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected