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

Function step

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

Source from the content-addressed store, hash-verified

1043 return this.check(checks.multipleOf(value, params));
1044 },
1045 step(value, params) {
1046 return this.check(checks.multipleOf(value, params));
1047 },
1048 finite() {
1049 return this;
1050 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
multipleOfMethod · 0.65

Tested by

no test coverage detected