Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test3
Function
test3
test/parallel/test-fs-stream-double-close.js:49–54 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
47
}
48
49
function
test3(stream) {
50
stream.on(
'open'
, common.mustCall(
function
(fd) {
51
stream.destroy();
52
stream.destroy();
53
}));
54
}
Callers
1
test-fs-stream-double-close.js
File · 0.70
Calls
2
on
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…