MCPcopy 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
51function unique(values) {
52 return Array.from(new Set(values.filter(Boolean)));
53}
54
55function exists(filePath) {
56 try {

Callers 1

checkSetupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected