Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test1
Function
test1
test/parallel/test-fs-stream-double-close.js:37–40 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
35
test3(fs.createWriteStream(`${tmpdir.path}/dummy3`));
36
37
function
test1(stream) {
38
stream.destroy();
39
stream.destroy();
40
}
41
42
function
test2(stream) {
43
stream.destroy();
Callers
1
test-fs-stream-double-close.js
File · 0.70
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…