Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ #checkClosed
Method
#checkClosed
lib/internal/vfs/file_handle.js:365–369 ·
view source on GitHub ↗
(syscall)
Source
from the content-addressed store, hash-verified
363
#getStats;
364
365
#checkClosed(syscall) {
366
if
(this.closed) {
367
throw createEBADF(syscall);
368
}
369
}
370
371
/**
372
* @param {string} path The file path
Callers
7
readSync
Method · 0.95
writeSync
Method · 0.95
readFileSync
Method · 0.95
readFile
Method · 0.95
writeFileSync
Method · 0.95
statSync
Method · 0.95
truncateSync
Method · 0.95
Calls
1
createEBADF
Function · 0.85
Tested by
no test coverage detected