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

Function onAuto

static/js/accounts.js:2024–2024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2022 }
2023 function onCancel() { cleanup(); resolve(null); }
2024 function onAuto() { cleanup(); resolve({ service_id: null }); }
2025
2026 closeBtn.addEventListener('click', onCancel);
2027 cancelBtn.addEventListener('click', onCancel);

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.85

Tested by

no test coverage detected