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

Function toUpperCase

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

Source from the content-addressed store, hash-verified

445 return this.check(checks.toLowerCase());
446 },
447 toUpperCase() {
448 return this.check(checks.toUpperCase());
449 },
450 slugify() {
451 return this.check(checks.slugify());
452 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
toUpperCaseMethod · 0.65

Tested by

no test coverage detected