Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
slugify
Method · 0.80
check
Method · 0.65
Tested by
no test coverage detected