MCPcopy
hub / github.com/reduxjs/redux / resolve

Function resolve

test/createStore.spec.ts:433–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431 const store = createStore(reducers.todos)
432
433 let resolve: (value: unknown) => void = () => {}
434 let promise = new Promise(_resolve => {
435 resolve = _resolve
436 })

Callers 5

addTodoAsyncFunction · 0.85
fetchCountFunction · 0.85
fetchCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected