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

Function bodyUnusable

out/cli.cjs:52421–52423  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

52419 };
52420 if (object[kState].body == null) {
52421 successSteps(new Uint8Array());
52422 return promise.promise;
52423 }
52424 await fullyReadBody(object[kState].body, successSteps, errorSteps);
52425 return promise.promise;
52426 }

Callers 1

specConsumeBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…