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

Function rawSource3

test/parallel/test-stream-iter-consumers-bytes.js:158–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156
157 // array() with raw chunks
158 async function* rawSource3() {
159 yield encoder.encode('x');
160 yield encoder.encode('y');
161 }
162 const arr = await array(rawSource3());
163 assert.strictEqual(arr.length, 2);
164}

Callers 1

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…