Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ThatGuySam/doesitarm
/ makeSlug
Function
makeSlug
helpers/slug.js:4–9 ·
view source on GitHub ↗
( name )
Source
from the content-addressed store, hash-verified
2
import
slugify from
'slugify'
3
4
export
function
makeSlug ( name ) {
5
return
slugify(name, {
6
lower: true,
7
strict: true
8
})
9
}
Callers
6
buildReadmeAppList
Function · 0.90
build-app-list.js
File · 0.90
build-device-list.js
File · 0.90
build-game-list.js
File · 0.90
makeVideoSlug
Function · 0.90
makeCategorySlug
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected