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

Function selectAllPagesAction

static/js/accounts.js:931–935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

929
930// 选中所有页
931function selectAllPagesAction() {
932 selectAllPages = true;
933 updateBatchButtons();
934 renderSelectAllBanner();
935}
936
937async function pauseActiveBatchTasks() {
938 const tasks = getPausableBatchTasks();

Callers

nothing calls this directly

Calls 2

renderSelectAllBannerFunction · 0.85
updateBatchButtonsFunction · 0.70

Tested by

no test coverage detected