Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cv-Keep/cvkeep-backend
/ arrayUnique
Function
arrayUnique
functions/utils.js:54–56 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
52
},
53
54
arrayUnique(array) {
55
return
array.filter((x, i) => i === array.indexOf(x));
56
},
57
58
daysSince(date) {
59
if
(!date instanceof Date) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected