MCPcopy Create free account
hub / github.com/Ptechgithub/pp-worker / pull

Function pull

_worker.js:423–426  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

421 },
422
423 pull(controller) {
424 // if ws can stop read if stream is full, we can implement backpressure
425 // https://streams.spec.whatwg.org/#example-rs-push-backpressure
426 },
427
428 cancel(reason) {
429 log(`ReadableStream was canceled, due to ${reason}`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected