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

Function schedule

electron/mapi/log/beacon-render.ts:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43};
44
45const schedule = () => {
46 if (timer) return;
47 timer = setTimeout(() => {
48 timer = null;
49 flush();
50 }, 3000);
51};
52
53export const reportErrorRender = (
54 msg: string,

Callers 1

reportErrorRenderFunction · 0.70

Calls 1

flushFunction · 0.70

Tested by

no test coverage detected