MCPcopy 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
37function normalizePath(value) {
38 return String(value || '').replace(/\\/g, '/');
39}
40
41function slug(value) {
42 return String(value || 'stack')

Callers 2

parseReadinessReportFunction · 0.70
writeStackPlanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected