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

Function isMultipartBody2

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

Source from the content-addressed store, hash-verified

80426var getStringFromMaybeBuffer2 = (x5) => {
80427 if (typeof x5 === "string")
80428 return x5;
80429 if (typeof Buffer !== "undefined" && x5 instanceof Buffer)
80430 return String(x5);
80431 return void 0;

Callers 2

buildRequestMethod · 0.85
buildHeadersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected