Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
clone
Method · 0.65
Tested by
no test coverage detected