Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
function
slug(str: string): string {
18
return
slugify(str);
19
}
Callers
6
slug.test.ts
File · 0.90
plan
Function · 0.90
format
Function · 0.90
getId
Function · 0.90
checkbox-item.tsx
File · 0.90
getId
Function · 0.90
Calls
1
slugify
Function · 0.85
Tested by
no test coverage detected