Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jshttp/cookie
/ sortObject
Function
sortObject
scripts/update-benchmark.ts:91–93 ·
view source on GitHub ↗
(obj: Record<string, T>)
Source
from the content-addressed store, hash-verified
89
}
90
91
function
sortObject<T>(obj: Record<string, T>): Record<string, T> {
92
return
Object.fromEntries(Object.entries(obj).sort());
93
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…