MCPcopy Create free account
hub / github.com/ngrx/platform / jumpToState

Method jumpToState

modules/store-devtools/src/devtools.ts:203–205  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

201 }
202
203 jumpToState(index: number) {
204 this.dispatch(new Actions.JumpToState(index));
205 }
206
207 importState(nextLiftedState: any) {
208 this.dispatch(new Actions.ImportState(nextLiftedState));

Callers 1

store.spec.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected