Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ merge
Function
merge
packages/zod/src/v4/classic/schemas.ts:1489–1491 ·
view source on GitHub ↗
(other)
Source
from the content-addressed store, hash-verified
1487
return
util.safeExtend(this, incoming);
1488
},
1489
merge(other) {
1490
return
util.merge(this, other);
1491
},
1492
pick(mask) {
1493
return
util.pick(this, mask);
1494
},
Callers
nothing calls this directly
Calls
1
merge
Method · 0.65
Tested by
no test coverage detected