MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / init

Method init

src/redux-devtools-extension.ts:5–5  ·  view source on GitHub ↗
(state: GlobalState)

Source from the content-addressed store, hash-verified

3interface DevTools {
4 send(action: { type: string }, state?: Partial<GlobalState>): void
5 init(state: GlobalState): void
6}
7
8interface GlobalState {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected