Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ sortSet
Function
sortSet
packages/utils/src/diff/index.ts:172–174 ·
view source on GitHub ↗
(set: Set<unknown>)
Source
from the content-addressed store, hash-verified
170
}
171
172
function
sortSet(set: Set<unknown>) {
173
return
new
Set(Array.from(set.values()).sort())
174
}
175
176
function
compareObjects(
177
a: Record<string, any>,
Callers
1
diff
Function · 0.85
Calls
1
sort
Method · 0.45
Tested by
no test coverage detected