Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ [SymbolDispose]
Method
[SymbolDispose]
lib/internal/fs/dir.js:309–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
}
308
309
[SymbolDispose]() {
310
if
(this.#closed)
return
;
311
this.closeSync();
312
}
313
314
async
[SymbolAsyncDispose]() {
315
if
(this.#closed)
return
;
Callers
nothing calls this directly
Calls
1
closeSync
Method · 0.95
Tested by
no test coverage detected