MCPcopy 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
49function test3(stream) {
50 stream.on('open', common.mustCall(function(fd) {
51 stream.destroy();
52 stream.destroy();
53 }));
54}

Callers 1

Calls 2

onMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…