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

Method overwrite

packages/zod/src/v4/classic/schemas.ts:159–159  ·  view source on GitHub ↗
(fn: (x: core.output<this>) => core.output<this>)

Source from the content-addressed store, hash-verified

157 params?: core.$ZodSuperRefineParams
158 ): this;
159 overwrite(fn: (x: core.output<this>) => core.output<this>): this;
160
161 // wrappers
162 optional(): ZodOptional<this>;

Callers 4

overwriteFunction · 0.80
record.test.tsFile · 0.80
codec.test.tsFile · 0.80
checks.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected