Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
function
uniq<T>(xs: Iterable<T>): T[] {
12
return
[...
new
Set(xs)]
13
}
14
Callers
12
run
Function · 0.85
filterGitIgnoredLocations
Function · 0.85
CollapsedReadSearchContent
Function · 0.85
extractAtMentionedFiles
Function · 0.85
extractMcpResourceMentions
Function · 0.85
extractAgentMentions
Function · 0.85
extractAgentIdsFromMessages
Function · 0.85
getAgentStatuses
Function · 0.85
mergeArrays
Function · 0.85
updateSdkMcp
Function · 0.85
doWork
Function · 0.85
extractWrittenPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected