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

Function multipartFormRequestOptions

out/cli.cjs:80429–80432  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

80427 if (typeof x5 === "string")
80428 return x5;
80429 if (typeof Buffer !== "undefined" && x5 instanceof Buffer)
80430 return String(x5);
80431 return void 0;
80432};
80433var isAsyncIterableIterator2 = (value) => value != null && typeof value === "object" && typeof value[Symbol.asyncIterator] === "function";
80434var isMultipartBody2 = (body) => body && typeof body === "object" && body.body && body[Symbol.toStringTag] === "MultipartBody";
80435var multipartFormRequestOptions = async (opts) => {

Callers 3

createMethod · 0.85
createVariationMethod · 0.85
editMethod · 0.85

Calls 1

createFormFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…