MCPcopy
hub / github.com/vercel/hyper / BrowserWindow

Interface BrowserWindow

app/extend-electron.d.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 // type Server = import('./rpc').Server;
19 interface BrowserWindow {
20 uid: string;
21 sessions: Map<any, any>;
22 focusTime: number;
23 clean: () => void;
24 rpc: Server;
25 }
26 }
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected