Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ rollback
Method
rollback
modules/store-devtools/src/devtools.ts:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
rollback() {
184
this.dispatch(
new
Actions.Rollback(+Date.now()));
185
}
186
187
commit() {
188
this.dispatch(
new
Actions.Commit(+Date.now()));
Callers
1
store.spec.ts
File · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected