Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ normalizePath
Function
normalizePath
scripts/stack-plan.js:37–39 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
normalizePath(value) {
38
return
String(value ||
''
).replace(/\\/g,
'/'
);
39
}
40
41
function
slug(value) {
42
return
String(value ||
'stack'
)
Callers
2
parseReadinessReport
Function · 0.70
writeStackPlan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected