MCPcopy Create free account
hub / github.com/UI5/webcomponents / needMoreData

Function needMoreData

packages/main/test/pages/diffable-html.js:6395–6397  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

6393 // needReadable was set, then we ought to push more, so that another
6394 // 'readable' event will be triggered.
6395 function needMoreData(state) {
6396 return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);
6397 }
6398
6399 Readable.prototype.isPaused = function () {
6400 return this._readableState.flowing === false;

Callers 1

readableAddChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…