Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux-devtools
/ getRandomId
Function
getRandomId
packages/redux-devtools-remote/src/devTools.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
function
getRandomId() {
49
return
Math.random().toString(36).substr(2);
50
}
51
52
interface
AutoReconnectOptions {
53
readonly randomness?: number;
Callers
2
DevToolsEnhancer
Class · 0.85
init
Method · 0.85
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected