MCPcopy Create free account
hub / github.com/Eltaurus-Lt/CourseDump2022 / batchProgressBar

Function batchProgressBar

progressbars.js:43–46  ·  view source on GitHub ↗
(batch_size)

Source from the content-addressed store, hash-verified

41}
42
43function batchProgressBar(batch_size) {
44 if (batch_size < 2) return;
45 return progressBar('MemDump_progress-batch');
46}
47
48function scanProgressBar(threadN) {
49 return progressBar('MemDump_progress-thread-' + threadN);

Callers 1

updBatchProgressFunction · 0.85

Calls 1

progressBarFunction · 0.85

Tested by

no test coverage detected