MCPcopy
hub / github.com/colinhacks/zod / min

Function min

packages/zod/src/v4/classic/schemas.ts:420–422  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

418 return this.check((checks.endsWith as any)(...args));
419 },
420 min(...args) {
421 return this.check((checks.minLength as any)(...args));
422 },
423 max(...args) {
424 return this.check((checks.maxLength as any)(...args));
425 },

Callers 1

Calls 3

minLengthMethod · 0.80
checkMethod · 0.65
gteMethod · 0.65

Tested by

no test coverage detected