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

Function handleBatchValidate

static/js/accounts.js:1511–1515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1509
1510// 批量验证Token
1511async function handleBatchValidate() {
1512 const count = getEffectiveCount();
1513 if (count === 0 || isBatchValidating) return;
1514 await runBatchValidateTask(buildBatchPayload(), count, '批量验证');
1515}
1516
1517// 查看账号详情
1518async function viewAccount(id) {

Callers

nothing calls this directly

Calls 3

getEffectiveCountFunction · 0.85
runBatchValidateTaskFunction · 0.85
buildBatchPayloadFunction · 0.85

Tested by

no test coverage detected