MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / SetUpReadableStreamBYOBRequest

Function SetUpReadableStreamBYOBRequest

out/cli.cjs:11825–11828  ·  view source on GitHub ↗
(request3, controller, view)

Source from the content-addressed store, hash-verified

11823 SetUpReadableByteStreamController(stream4, controller, startAlgorithm, pullAlgorithm, cancelAlgorithm, highWaterMark, autoAllocateChunkSize);
11824 }
11825 function SetUpReadableStreamBYOBRequest(request3, controller, view) {
11826 request3._associatedReadableByteStreamController = controller;
11827 request3._view = view;
11828 }
11829 function byobRequestBrandCheckException(name) {
11830 return new TypeError(`ReadableStreamBYOBRequest.prototype.${name} can only be used on a ReadableStreamBYOBRequest`);
11831 }

Calls

no outgoing calls

Tested by

no test coverage detected