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

Function _slugify

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

Source from the content-addressed store, hash-verified

1151// slugify
1152// @__NO_SIDE_EFFECTS__
1153export function _slugify(): checks.$ZodCheckOverwrite<string> {
1154 return _overwrite((input) => util.slugify(input));
1155}
1156
1157/////// collections ///////
1158

Callers

nothing calls this directly

Calls 2

_overwriteFunction · 0.85
slugifyMethod · 0.80

Tested by

no test coverage detected