MCPcopy Create free account
hub / github.com/SethGammon/Citadel / normalizePath

Function normalizePath

core/verification/profiles.js:7–9  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5const { spawnSync } = require('child_process');
6
7function normalizePath(value) {
8 return String(value || '').replace(/\\/g, '/');
9}
10
11function unique(values) {
12 return Array.from(new Set(values.filter(Boolean)));

Callers 2

walkFunction · 0.70
hasAnyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected