scheduleFlush function ✓ 100.0%
Last updated: 2026-03-01T23:25:47.125Z
Location
Metrics
LOC: 4
Complexity: 2
Params: 0
Coverage: 100.0% (2/2 lines, 1049x executed)
Signature
scheduleFlush(): : void
Source Code
function scheduleFlush(): void {
if (flushTimer) return;
flushTimer = setTimeout(flushToStorage, FLUSH_INTERVAL_MS);
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| addLogEntry | calls |