MCPcopy Index your code
hub / github.com/nodejs/node / test-stream-readable-reading-readingMore.js

File test-stream-readable-reading-readingMore.js

test/parallel/test-stream-readable-reading-readingMore.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const assert = require('assert');
4const Readable = require('stream').Readable;

Callers

nothing calls this directly

Calls 9

unshiftMethod · 0.80
pauseMethod · 0.65
resumeMethod · 0.65
requireFunction · 0.50
onMethod · 0.45
shiftMethod · 0.45
readMethod · 0.45
pushMethod · 0.45
removeListenerMethod · 0.45

Tested by

no test coverage detected