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

Method close

lib/internal/vfs/dir.js:67–74  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

65 }
66
67 async close(callback) {
68 if (typeof callback === 'function') {
69 this.closeSync();
70 process.nextTick(callback, null);
71 return;
72 }
73 this.closeSync();
74 }
75
76 async *entries() {
77 if (this.#closed) {

Callers

nothing calls this directly

Calls 1

closeSyncMethod · 0.95

Tested by

no test coverage detected