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

File test-stream-readable-didRead.js

test/parallel/test-stream-readable-didRead.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 { isDisturbed, isErrored, Readable } = require('stream');

Callers

nothing calls this directly

Calls 7

checkFunction · 0.70
resumeMethod · 0.65
requireFunction · 0.50
readMethod · 0.45
destroyMethod · 0.45
onMethod · 0.45
offMethod · 0.45

Tested by

no test coverage detected