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

Method int

packages/zod/src/v3/types.ts:1504–1509  ·  view source on GitHub ↗
(message?: errorUtil.ErrMessage)

Source from the content-addressed store, hash-verified

1502 }
1503
1504 int(message?: errorUtil.ErrMessage) {
1505 return this._addCheck({
1506 kind: "int",
1507 message: errorUtil.toString(message),
1508 });
1509 }
1510
1511 positive(message?: errorUtil.ErrMessage) {
1512 return this._addCheck({

Callers

nothing calls this directly

Calls 2

_addCheckMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected