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

Function resetSelectAllPages

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

Source from the content-addressed store, hash-verified

869
870// 重置全选所有页状态
871function resetSelectAllPages() {
872 selectAllPages = false;
873 selectedAccounts.clear();
874 updateBatchButtons();
875 renderSelectAllBanner();
876}
877
878// 构建批量请求体(含 select_all 和筛选参数)
879function buildBatchPayload(extraFields = {}) {

Callers 1

initEventListenersFunction · 0.85

Calls 2

renderSelectAllBannerFunction · 0.85
updateBatchButtonsFunction · 0.70

Tested by

no test coverage detected