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

Function collectCheckedPreviewKeys

static/js/selfcheck.js:383–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381}
382
383function collectCheckedPreviewKeys() {
384 const nodes = Array.from(document.querySelectorAll('.repair-center-key:checked'));
385 return nodes.map((node) => String(node?.dataset?.repairKey || '').trim()).filter(Boolean);
386}
387
388async function loadRepairRollbacks() {
389 try {

Callers 1

executeRepairCenterFunction · 0.85

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected