MCPcopy
hub / github.com/axios/axios / pull

Function pull

tests/setup/server.js:190–193  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

188 return new ReadableStream(
189 {
190 async pull(controller) {
191 await setTimeoutAsync(timeout);
192 n-- ? controller.enqueue(chunk) : controller.close();
193 },
194 },
195 {
196 highWaterMark: 1,

Callers

nothing calls this directly

Calls 1

setTimeoutAsyncFunction · 0.85

Tested by

no test coverage detected