MCPcopy
hub / github.com/codeaashu/claude-code / uniq

Function uniq

src/utils/array.ts:11–13  ·  view source on GitHub ↗
(xs: Iterable<T>)

Source from the content-addressed store, hash-verified

9}
10
11export function uniq<T>(xs: Iterable<T>): T[] {
12 return [...new Set(xs)]
13}
14

Callers 12

runFunction · 0.85
extractAtMentionedFilesFunction · 0.85
extractAgentMentionsFunction · 0.85
getAgentStatusesFunction · 0.85
mergeArraysFunction · 0.85
updateSdkMcpFunction · 0.85
doWorkFunction · 0.85
extractWrittenPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected