MCPcopy Create free account
hub / github.com/tinyplex/tinybase / cancelInspectorIdleCallback

Function cancelInspectorIdleCallback

src/common/inspector/idle.ts:14–15  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

12 ) as unknown as number);
13
14export const cancelInspectorIdleCallback = (id: number): void =>
15 globalThis.cancelIdleCallback?.(id) ?? clearTimeout(id);

Callers 2

handleScrollFunction · 0.90
BodyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…