MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / slug

Function slug

packages/common/src/slug.ts:17–19  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

15};
16
17export function slug(str: string): string {
18 return slugify(str);
19}

Callers 6

slug.test.tsFile · 0.90
planFunction · 0.90
formatFunction · 0.90
getIdFunction · 0.90
checkbox-item.tsxFile · 0.90
getIdFunction · 0.90

Calls 1

slugifyFunction · 0.85

Tested by

no test coverage detected