Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
const
schedule = () => {
46
if
(timer)
return
;
47
timer = setTimeout(() => {
48
timer = null;
49
flush();
50
}, 3000);
51
};
52
53
export
const
reportErrorRender = (
54
msg: string,
Callers
1
reportErrorRender
Function · 0.70
Calls
1
flush
Function · 0.70
Tested by
no test coverage detected