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

Function isMultipartBody

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

Source from the content-addressed store, hash-verified

69479var getStringFromMaybeBuffer = (x5) => {
69480 if (typeof x5 === "string")
69481 return x5;
69482 if (typeof Buffer !== "undefined" && x5 instanceof Buffer)
69483 return String(x5);
69484 return void 0;

Callers 2

buildRequestMethod · 0.85
buildHeadersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected