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

Method jumpToAction

modules/store-devtools/src/devtools.ts:199–201  ·  view source on GitHub ↗
(actionId: number)

Source from the content-addressed store, hash-verified

197 }
198
199 jumpToAction(actionId: number) {
200 this.dispatch(new Actions.JumpToAction(actionId));
201 }
202
203 jumpToState(index: number) {
204 this.dispatch(new Actions.JumpToState(index));

Callers 1

store.spec.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected