MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / trackScan

Function trackScan

src/lib/fileList.js:396–400  ·  view source on GitHub ↗
(scan)

Source from the content-addressed store, hash-verified

394}
395
396function trackScan(scan) {
397 pendingScans.add(scan);
398 scan.finally(() => pendingScans.delete(scan));
399 return scan;
400}
401
402/**
403 * Create a child tree

Callers 4

appendFunction · 0.85
refreshFunction · 0.85
addRootFunction · 0.85
updateMethod · 0.85

Calls 2

addMethod · 0.80
deleteMethod · 0.65

Tested by

no test coverage detected