Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
396
function
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
append
Function · 0.85
refresh
Function · 0.85
addRoot
Function · 0.85
update
Method · 0.85
Calls
2
add
Method · 0.80
delete
Method · 0.65
Tested by
no test coverage detected