MCPcopy Index your code
hub / github.com/nodejs/node / isPaused

Method isPaused

test/parallel/test-wrap-js-stream-read-stop.js:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 isPaused() {
24 return this._paused;
25 }
26}
27
28const fakeStreamObj = new FakeStream();

Calls

no outgoing calls

Tested by

no test coverage detected