MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / loadScheduleAndRuntime

Function loadScheduleAndRuntime

static/js/selfcheck.js:250–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248}
249
250async function loadScheduleAndRuntime() {
251 const data = await api.get('/selfcheck/schedule', { requestKey: 'selfcheck-schedule', cancelPrevious: true, silentNetworkError: true, priority: 'low' });
252 renderSchedule(data);
253 return data;
254}
255
256async function loadRuns() {
257 const data = await api.get('/selfcheck/runs?limit=60', { requestKey: 'selfcheck-runs', cancelPrevious: true });

Callers 3

bindEventsFunction · 0.85
startPollingFunction · 0.85
initSelfcheckPageFunction · 0.85

Calls 2

renderScheduleFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected