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

Function _toLowerCase

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

Source from the content-addressed store, hash-verified

1141// toLowerCase
1142// @__NO_SIDE_EFFECTS__
1143export function _toLowerCase(): checks.$ZodCheckOverwrite<string> {
1144 return _overwrite((input) => input.toLowerCase());
1145}
1146// toUpperCase
1147// @__NO_SIDE_EFFECTS__
1148export function _toUpperCase(): checks.$ZodCheckOverwrite<string> {

Callers

nothing calls this directly

Calls 2

_overwriteFunction · 0.85
toLowerCaseMethod · 0.65

Tested by

no test coverage detected