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

Function createForm

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

Source from the content-addressed store, hash-verified

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) => {
80436 const form = await createForm(opts.body);
80437 return getMultipartRequestOptions3(form, opts);
80438};
80439var createForm = async (body) => {
80440 const form = new FormData5();

Callers 1

Calls 2

addFormValueFunction · 0.85
entriesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…