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

Function createZodEnum

out/cli.cjs:32245–32251  ·  view source on GitHub ↗
(values, params)

Source from the content-addressed store, hash-verified

32243 });
32244 };
32245 function createZodEnum(values, params) {
32246 return new ZodEnum({
32247 values,
32248 typeName: ZodFirstPartyTypeKind.ZodEnum,
32249 ...processCreateParams(params)
32250 });
32251 }
32252 var ZodEnum = class _ZodEnum extends ZodType {
32253 constructor() {
32254 super(...arguments);

Callers 1

keyofMethod · 0.85

Calls 1

processCreateParamsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…