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

Function max

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

Source from the content-addressed store, hash-verified

421 return this.check((checks.minLength as any)(...args));
422 },
423 max(...args) {
424 return this.check((checks.maxLength as any)(...args));
425 },
426 length(...args) {
427 return this.check((checks.length as any)(...args));
428 },

Callers 1

Calls 3

maxLengthMethod · 0.80
checkMethod · 0.65
lteMethod · 0.65

Tested by

no test coverage detected