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