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

Method commit

modules/store-devtools/src/devtools.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 commit() {
188 this.dispatch(new Actions.Commit(+Date.now()));
189 }
190
191 sweep() {
192 this.dispatch(new Actions.Sweep());

Callers 1

store.spec.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected