Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ unique
Function
unique
scripts/operating-proof.js:51–53 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
49
}
50
51
function
unique(values) {
52
return
Array.from(
new
Set(values.filter(Boolean)));
53
}
54
55
function
exists(filePath) {
56
try {
Callers
1
checkSetup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected