Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
function
normalizePath(value) {
46
return
String(value ||
''
).replace(/\\/g,
'/'
);
47
}
48
49
function
checkById(proof, id) {
50
return
proof.checks.find((check) => check.id === id) || {
Callers
1
writeTrial
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected