Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected