MCPcopy
hub / github.com/codedogQBY/ReadAny / getTotalCurrentBytes

Function getTotalCurrentBytes

packages/core/src/sync/sync-files.ts:250–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 };
249
250 const getTotalCurrentBytes = () =>
251 Array.from(taskLoadedBytes.values()).reduce((sum, bytes) => sum + bytes, 0);
252
253 const tasksWithProgress = tasks.map((task, index) => async () => {
254 const fileNumber = index + 1;

Callers 2

emitProgressFunction · 0.85
runFileTasksFunction · 0.85

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected