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

Function openAutoQuickRefreshModal

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

Source from the content-addressed store, hash-verified

549}
550
551async function openAutoQuickRefreshModal() {
552 if (!elements.autoQuickRefreshModal) return;
553 await loadAutoQuickRefreshSettings({ silent: false });
554 autoQuickRefreshFormDirty = false;
555 fillAutoQuickRefreshForm({ force: true, syncSettings: true, syncRuntime: true });
556 elements.autoQuickRefreshModal.classList.add('active');
557}
558
559function closeAutoQuickRefreshModal() {
560 autoQuickRefreshFormDirty = false;

Callers

nothing calls this directly

Calls 2

fillAutoQuickRefreshFormFunction · 0.85

Tested by

no test coverage detected