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

Function clone

packages/zod/src/v4/classic/schemas.ts:273–275  ·  view source on GitHub ↗
(def, params)

Source from the content-addressed store, hash-verified

271 return this.check(...chks);
272 },
273 clone(def, params) {
274 return core.clone(this, def, params);
275 },
276 brand() {
277 return this;
278 },

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected