Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cleanup
Function
cleanup
benchmark/fs/bench-filehandle-pipetosync.js:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
function
cleanup() {
101
try { unlinkSync(srcFile); } catch { /* Ignore */ }
102
try { unlinkSync(dstFile); } catch { /* Ignore */ }
103
}
Callers
1
main
Function · 0.70
Calls
1
unlinkSync
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…