MCPcopy Create free account
hub / github.com/Ptechgithub/configs / pull

Function pull

worker.js:345–348  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

343 },
344
345 pull(controller) {
346 // if ws can stop read if stream is full, we can implement backpressure
347 // https://streams.spec.whatwg.org/#example-rs-push-backpressure
348 },
349
350 cancel(reason) {
351 log(`ReadableStream was canceled, due to ${reason}`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected