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

Function gt

packages/zod/src/v4/classic/schemas.ts:1006–1008  ·  view source on GitHub ↗
(value, params)

Source from the content-addressed store, hash-verified

1004
1005 _installLazyMethods(inst, "ZodNumber", {
1006 gt(value, params) {
1007 return this.check(checks.gt(value, params));
1008 },
1009 gte(value, params) {
1010 return this.check(checks.gte(value, params));
1011 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
gtMethod · 0.65

Tested by

no test coverage detected