MCPcopy Create free account
hub / github.com/cloudflare/serverless-registry / pull

Function pull

push/index.ts:361–364  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

359 `sha256:${configDigest}`,
360 new ReadableStream({
361 pull(controller) {
362 controller.enqueue(config);
363 controller.close();
364 },
365 }),
366 config.length,
367 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected