Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ createRandomKey
Function
createRandomKey
packages/history/src/index.ts:688–690 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
686
687
// Thanks co-pilot!
688
function
createRandomKey() {
689
return
(Math.random() + 1).toString(36).substring(7)
690
}
Callers
3
assignKeyAndIndex
Function · 0.85
createBrowserHistory
Function · 0.85
parseHref
Function · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected