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

Function cleanup

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

Source from the content-addressed store, hash-verified

1825 }
1826
1827 function cleanup() {
1828 modal.classList.remove('active');
1829 closeBtn.removeEventListener('click', onCancel);
1830 cancelBtn.removeEventListener('click', onCancel);
1831 globalBtn.removeEventListener('click', onGlobal);
1832 }
1833 function onCancel() { cleanup(); resolve(null); }
1834 function onGlobal() { cleanup(); resolve({ cpa_service_id: null }); }
1835

Callers 6

selectCpaServiceFunction · 0.85
onCancelFunction · 0.85
onGlobalFunction · 0.85
selectSub2ApiServiceFunction · 0.85
onAutoFunction · 0.85
selectCodex2apiServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected