MCPcopy
hub / github.com/modstart-lib/aigcpanel / BeaconEvent

Interface BeaconEvent

electron/mapi/log/beacon.ts:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const buildId = typeof __BUILD_ID__ !== "undefined" ? __BUILD_ID__ : "unknown";
15
16interface BeaconEvent {
17 et: "error";
18 path: string;
19 did: string;
20 sid: string;
21 ts: number;
22 type: string;
23 bid: string;
24 props: { msg: string; stack?: string };
25}
26
27let pending: BeaconEvent[] = [];
28let timer: ReturnType<typeof setTimeout> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected