MCPcopy
hub / github.com/remix-run/react-router / chunks

Function chunks

packages/react-router-node/__tests__/stream-test.ts:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 );
106
107 async function* chunks() {
108 for (let i = 0; i < numChunks; i++) {
109 yield new Uint8Array(chunkSize);
110 }
111 }
112
113 await writeAsyncIterableToWritable(chunks(), writable);
114

Callers 1

stream-test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…