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

Function initSelfcheckPage

static/js/selfcheck.js:546–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544}
545
546async function initSelfcheckPage() {
547 bindEvents();
548 try {
549 await loadRepairCatalog();
550 await loadScheduleAndRuntime();
551 await loadRuns();
552 await loadRepairRollbacks();
553 } catch (error) {
554 toast.error(`初始化失败: ${parseErrorMessage(error)}`);
555 }
556 startPolling();
557}
558
559document.addEventListener('DOMContentLoaded', initSelfcheckPage);

Callers

nothing calls this directly

Calls 8

loadRepairCatalogFunction · 0.85
loadScheduleAndRuntimeFunction · 0.85
loadRunsFunction · 0.85
loadRepairRollbacksFunction · 0.85
parseErrorMessageFunction · 0.85
startPollingFunction · 0.85
errorMethod · 0.80
bindEventsFunction · 0.70

Tested by

no test coverage detected