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

Function _trim

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

Source from the content-addressed store, hash-verified

1136// trim
1137// @__NO_SIDE_EFFECTS__
1138export function _trim(): checks.$ZodCheckOverwrite<string> {
1139 return _overwrite((input) => input.trim());
1140}
1141// toLowerCase
1142// @__NO_SIDE_EFFECTS__
1143export function _toLowerCase(): checks.$ZodCheckOverwrite<string> {

Callers

nothing calls this directly

Calls 2

_overwriteFunction · 0.85
trimMethod · 0.65

Tested by

no test coverage detected