MCPcopy 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

releaseFunction · 0.45
store.spec.tsFile · 0.45

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected