MCPcopy
hub / github.com/game1024/OpenSpeedy / ProcessInfo

Interface ProcessInfo

src/components/ProcessDetail.tsx:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// ── Types ──────────────────────────────────────────────────────────────────
14
15interface ProcessInfo {
16 pid: number;
17 name: string;
18 arch: string;
19 window_title: string | null;
20 memory_kb: number;
21 exe_path: string | null;
22 admin: boolean;
23}
24
25interface SpeedState {
26 injected: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected