Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ lte
Function
lte
packages/zod/src/v4/classic/schemas.ts:1018–1020 ·
view source on GitHub ↗
(value, params)
Source
from the content-addressed store, hash-verified
1016
return
this.check(checks.lt(value, params));
1017
},
1018
lte(value, params) {
1019
return
this.check(checks.lte(value, params));
1020
},
1021
max(value, params) {
1022
return
this.check(checks.lte(value, params));
1023
},
Callers
nothing calls this directly
Calls
2
check
Method · 0.65
lte
Method · 0.65
Tested by
no test coverage detected