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

Function _toUpperCase

packages/zod/src/v4/core/api.ts:1148–1150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1146// toUpperCase
1147// @__NO_SIDE_EFFECTS__
1148export function _toUpperCase(): checks.$ZodCheckOverwrite<string> {
1149 return _overwrite((input) => input.toUpperCase());
1150}
1151// slugify
1152// @__NO_SIDE_EFFECTS__
1153export function _slugify(): checks.$ZodCheckOverwrite<string> {

Callers

nothing calls this directly

Calls 2

_overwriteFunction · 0.85
toUpperCaseMethod · 0.65

Tested by

no test coverage detected