Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ reset
Method
reset
modules/store-devtools/src/devtools.ts:179–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
177
}
178
179
reset() {
180
this.dispatch(
new
Actions.Reset(+Date.now()));
181
}
182
183
rollback() {
184
this.dispatch(
new
Actions.Rollback(+Date.now()));
Callers
3
release
Function · 0.45
integration.spec.ts
File · 0.45
store.spec.ts
File · 0.45
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected