MCPcopy 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
47function normalizePath(value) {
48 return String(value || '').replace(/\\/g, '/');
49}
50
51function unique(values) {
52 return Array.from(new Set(values.filter(Boolean)));

Callers 2

checkReportFunction · 0.70
writeProofFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected