Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cleanup
Function
cleanup
benchmark/fs/bench-filehandle-pull-vs-webstream.js:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
function
cleanup() {
52
try { fs.unlinkSync(filename); } catch { /* ignore */ }
53
}
54
55
// Stateless uppercase transform (shared by all paths)
56
function
uppercaseChunk(chunk) {
Callers
1
main
Function · 0.70
Calls
1
unlinkSync
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…