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

Method from

lib/internal/webstreams/readablestream.js:339–341  ·  view source on GitHub ↗
(iterable)

Source from the content-addressed store, hash-verified

337 }
338
339 static from(iterable) {
340 return readableStreamFromIterable(iterable);
341 }
342
343 /**
344 * @param {any} [reason]

Callers 2

writeFunction · 0.45

Calls 1

Tested by

no test coverage detected