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

Function emitReadable_

packages/main/test/pages/diffable-html.js:6579–6583  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

6577 }
6578
6579 function emitReadable_(stream) {
6580 debug('emit readable');
6581 stream.emit('readable');
6582 flow(stream);
6583 }
6584
6585 // at this point, the user has presumably seen the 'readable' event,
6586 // and called read() to consume some data. that may have triggered

Callers 1

emitReadableFunction · 0.85

Calls 1

flowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…