Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ unique
Function
unique
core/verification/profiles.js:11–13 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
9
}
10
11
function
unique(values) {
12
return
Array.from(
new
Set(values.filter(Boolean)));
13
}
14
15
function
readPackageScripts(projectRoot) {
16
try {
Callers
2
changedFilesFromGit
Function · 0.70
profileForFiles
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected