MCPcopy 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
53function normalizePath(value) {
54 return String(value || '').replace(/\\/g, '/');
55}
56
57function countByStatus(items, predicate) {
58 return (items || []).filter(predicate).length;

Callers 1

writeConsoleReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected