Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
check
Method · 0.65
toUpperCase
Method · 0.65
Tested by
no test coverage detected