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

Function slugify

packages/zod/src/v4/classic/schemas.ts:450–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448 return this.check(checks.toUpperCase());
449 },
450 slugify() {
451 return this.check(checks.slugify());
452 },
453 });
454});
455

Callers

nothing calls this directly

Calls 2

slugifyMethod · 0.80
checkMethod · 0.65

Tested by

no test coverage detected