Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
check
Method · 0.65
gt
Method · 0.65
Tested by
no test coverage detected