MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / ReadableByteStreamControllerEnqueueChunkToQueue

Function ReadableByteStreamControllerEnqueueChunkToQueue

out/cli.cjs:11418–11421  ·  view source on GitHub ↗
(controller, buffer, byteOffset, byteLength)

Source from the content-addressed store, hash-verified

11416 return new pullIntoDescriptor.viewConstructor(pullIntoDescriptor.buffer, pullIntoDescriptor.byteOffset, bytesFilled / elementSize);
11417 }
11418 function ReadableByteStreamControllerEnqueueChunkToQueue(controller, buffer, byteOffset, byteLength) {
11419 controller._queue.push({ buffer, byteOffset, byteLength });
11420 controller._queueTotalSize += byteLength;
11421 }
11422 function ReadableByteStreamControllerEnqueueClonedChunkToQueue(controller, buffer, byteOffset, byteLength) {
11423 let clonedChunk;
11424 try {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…