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

Function with

packages/zod/src/v4/classic/schemas.ts:270–272  ·  view source on GitHub ↗
(...chks)

Source from the content-addressed store, hash-verified

268 );
269 },
270 with(...chks) {
271 return this.check(...chks);
272 },
273 clone(def, params) {
274 return core.clone(this, def, params);
275 },

Callers

nothing calls this directly

Calls 1

checkMethod · 0.65

Tested by

no test coverage detected