Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ normalizePath
Function
normalizePath
scripts/operating-proof.js:47–49 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
normalizePath(value) {
48
return
String(value ||
''
).replace(/\\/g,
'/'
);
49
}
50
51
function
unique(values) {
52
return
Array.from(
new
Set(values.filter(Boolean)));
Callers
2
checkReport
Function · 0.70
writeProof
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected