MCPcopy Index your code
hub / github.com/nodejs/node / test-tty-stream-constructors.js

File test-tty-stream-constructors.js

test/pseudo-tty/test-tty-stream-constructors.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2require('../common');
3const assert = require('assert');
4const { ReadStream, WriteStream } = require('tty');

Callers

nothing calls this directly

Calls 5

requireFunction · 0.50
ReadStreamFunction · 0.50
assertFunction · 0.50
WriteStreamFunction · 0.50
unrefMethod · 0.45

Tested by

no test coverage detected