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

Function getEffectiveCount

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

Source from the content-addressed store, hash-verified

895
896// 获取有效选中数量(select_all 时用总数)
897function getEffectiveCount() {
898 return selectAllPages ? totalAccounts : selectedAccounts.size;
899}
900
901// 渲染全选横幅
902function renderSelectAllBanner() {

Callers 9

updateBatchButtonsFunction · 0.85
handleBatchRefreshFunction · 0.85
handleBatchValidateFunction · 0.85
handleBatchDeleteFunction · 0.85
exportAccountsFunction · 0.85
handleBatchUploadCpaFunction · 0.85
handleBatchUploadSub2ApiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected