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

Function normalizePath

scripts/usefulness-trial.js:45–47  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

43}
44
45function normalizePath(value) {
46 return String(value || '').replace(/\\/g, '/');
47}
48
49function checkById(proof, id) {
50 return proof.checks.find((check) => check.id === id) || {

Callers 1

writeTrialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected