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

Function strip

packages/zod/src/v4/classic/schemas.ts:1480–1482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1478 return this.clone({ ...this._zod.def, catchall: never() });
1479 },
1480 strip() {
1481 return this.clone({ ...this._zod.def, catchall: undefined });
1482 },
1483 extend(incoming) {
1484 return util.extend(this, incoming);
1485 },

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected