MCPcopy Create free account
hub / github.com/nodejs/node / source

Function source

test/parallel/test-stream-iter-consumers-merge.js:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198// normal completion. The cleanup error should propagate directly.
199async function testMergeCleanupErrorOnly() {
200 async function* source() {
201 yield [new TextEncoder().encode('data')];
202 }
203
204 async function* failingReturnSource() {
205 try {

Callers 1

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected