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

Function transform

packages/zod/src/v4/classic/schemas.ts:316–318  ·  view source on GitHub ↗
(tx)

Source from the content-addressed store, hash-verified

314 return intersection(this, arg);
315 },
316 transform(tx) {
317 return pipe(this, transform(tx));
318 },
319 default(d) {
320 return _default(this, d);
321 },

Callers 2

preprocessFunction · 0.70

Calls 1

pipeFunction · 0.70

Tested by

no test coverage detected