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

Function onPipeData

out/cli.cjs:55112–55114  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

55110 } else {
55111 assert2(false);
55112 }
55113 }
55114 }
55115 function writeStream({ h2stream, body, client, request: request3, socket, contentLength, header, expectsPayload }) {
55116 assert2(contentLength !== 0 || client[kRunning] === 0, "stream body cannot be pipelined");
55117 if (client[kHTTPConnVersion] === "h2") {

Callers

nothing calls this directly

Calls 1

onBodySentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…