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