MCPcopy 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

35test3(fs.createWriteStream(`${tmpdir.path}/dummy3`));
36
37function test1(stream) {
38 stream.destroy();
39 stream.destroy();
40}
41
42function test2(stream) {
43 stream.destroy();

Callers 1

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…