Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ normalizePath
Function
normalizePath
scripts/pr-ready.js:51–53 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
49
}
50
51
function
normalizePath(value) {
52
return
String(value ||
''
).replace(/\\/g,
'/'
);
53
}
54
55
function
slugify(value) {
56
return
String(value ||
'pr'
)
Callers
1
assessReadiness
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected