MCPcopy 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
100function cleanup() {
101 try { unlinkSync(srcFile); } catch { /* Ignore */ }
102 try { unlinkSync(dstFile); } catch { /* Ignore */ }
103}

Callers 1

mainFunction · 0.70

Calls 1

unlinkSyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…