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

Function toLowerCase

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

Source from the content-addressed store, hash-verified

442 return this.check(checks.normalize(...args));
443 },
444 toLowerCase() {
445 return this.check(checks.toLowerCase());
446 },
447 toUpperCase() {
448 return this.check(checks.toUpperCase());
449 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
toLowerCaseMethod · 0.65

Tested by

no test coverage detected