Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ closeSync
Method
closeSync
lib/internal/vfs/dir.js:60–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
closeSync() {
61
if
(this.#closed) {
62
throw
new
ERR_DIR_CLOSED();
63
}
64
this.#closed = true;
65
}
66
67
async
close(callback) {
68
if
(typeof callback ===
'function'
) {
Callers
9
close
Method · 0.95
entries
Method · 0.95
[SymbolDispose]
Method · 0.95
closeSync
Function · 0.45
#close
Method · 0.45
#close
Method · 0.45
readFileSync
Method · 0.45
writeFileSync
Method · 0.45
appendFileSync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected