MCPcopy
hub / github.com/di-sukharev/opencommit / create

Method create

out/cli.cjs:32192–32199  ·  view source on GitHub ↗
(args, returns, params)

Source from the content-addressed store, hash-verified

32190 return validatedFunc;
32191 }
32192 static create(args, returns, params) {
32193 return new _ZodFunction({
32194 args: args ? args : ZodTuple.create([]).rest(ZodUnknown.create()),
32195 returns: returns || ZodUnknown.create(),
32196 typeName: ZodFirstPartyTypeKind.ZodFunction,
32197 ...processCreateParams(params)
32198 });
32199 }
32200 };
32201 exports2.ZodFunction = ZodFunction;
32202 var ZodLazy = class extends ZodType {

Callers

nothing calls this directly

Calls 3

processCreateParamsFunction · 0.85
restMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected