MCPcopy Create free account
hub / github.com/Roy3838/Observer /

Class

app/src/utils/broadcastLogService.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * Service to poll broadcast extension logs and pipe them to the unified Logger
9 */
10class BroadcastLogServiceClass {
11 private pollInterval: ReturnType<typeof setInterval> | null = null;
12 private lastLogLength = 0;
13 private isPolling = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected