MCPcopy Index your code
hub / github.com/nodejs/node / cleanup

Function cleanup

lib/internal/fs/promises.js:644–650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

642 handle[kRef]();
643
644 function cleanup() {
645 handle[kLocked] = false;
646 handle[kUnref]();
647 if (autoClose) {
648 handle[kCloseSync]();
649 }
650 }
651
652 const source = {
653 __proto__: null,

Callers 5

nextFunction · 0.70
returnFunction · 0.70
endFunction · 0.70

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…