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

Function read

test/parallel/test-blob-file-backed.js:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 stream = blob.stream();
59
60 const read = async () => {
61 // eslint-disable-next-line no-unused-vars, no-empty
62 for await (const _ of stream) {}
63 };
64
65 await assert.rejects(read(), { name: 'NotReadableError' });
66

Callers 1

Calls 1

writeFileSyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…