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

Method refresh

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

Source from the content-addressed store, hash-verified

173 }
174
175 refresh() {
176 this.dispatch(new Actions.Refresh());
177 }
178
179 reset() {
180 this.dispatch(new Actions.Reset(+Date.now()));

Callers 3

constructorMethod · 0.95
store.spec.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected