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

Function pick

packages/zod/src/v4/classic/schemas.ts:1492–1494  ·  view source on GitHub ↗
(mask)

Source from the content-addressed store, hash-verified

1490 return util.merge(this, other);
1491 },
1492 pick(mask) {
1493 return util.pick(this, mask);
1494 },
1495 omit(mask) {
1496 return util.omit(this, mask);
1497 },

Callers 1

Calls 1

pickMethod · 0.65

Tested by

no test coverage detected