MCPcopy 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
11function unique(values) {
12 return Array.from(new Set(values.filter(Boolean)));
13}
14
15function readPackageScripts(projectRoot) {
16 try {

Callers 2

changedFilesFromGitFunction · 0.70
profileForFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected