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

Function Stream

packages/main/test/pages/diffable-html.js:4490–4492  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4488 var Parser = require("./WritableStream.js");
4489
4490 function Stream(options){
4491 Parser.call(this, new Cbs(this), options);
4492 }
4493
4494 require("inherits")(Stream, Parser);
4495

Callers

nothing calls this directly

Calls 2

definePropFunction · 0.85
endMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…