MCPcopy 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
51function cleanup() {
52 try { fs.unlinkSync(filename); } catch { /* ignore */ }
53}
54
55// Stateless uppercase transform (shared by all paths)
56function uppercaseChunk(chunk) {

Callers 1

mainFunction · 0.70

Calls 1

unlinkSyncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…