Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 时用总数)
897
function
getEffectiveCount() {
898
return
selectAllPages ? totalAccounts : selectedAccounts.size;
899
}
900
901
// 渲染全选横幅
902
function
renderSelectAllBanner() {
Callers
9
updateBatchButtons
Function · 0.85
handleBatchRefresh
Function · 0.85
handleBatchValidate
Function · 0.85
handleBatchDelete
Function · 0.85
exportAccounts
Function · 0.85
handleBatchUploadCpa
Function · 0.85
handleBatchCheckSubscription
Function · 0.85
handleBatchUploadSub2Api
Function · 0.85
handleBatchUploadCodex2api
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected