MCPcopy 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!
688function createRandomKey() {
689 return (Math.random() + 1).toString(36).substring(7)
690}

Callers 3

assignKeyAndIndexFunction · 0.85
createBrowserHistoryFunction · 0.85
parseHrefFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected