MCPcopy Create free account
hub / github.com/nodejs/undici / pull

Method pull

test/utils/stream.js:35–38  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

33 }
34
35 async pull (controller) {
36 controller.enqueue(this.data)
37 controller.close()
38 }
39}
40
41function createReadableStream (data) {

Callers 1

pullFunction · 0.80

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected