MCPcopy
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
48function getRandomId() {
49 return Math.random().toString(36).substr(2);
50}
51
52interface AutoReconnectOptions {
53 readonly randomness?: number;

Callers 2

DevToolsEnhancerClass · 0.85
initMethod · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected