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

Method lockChanges

modules/store-devtools/src/devtools.ts:211–213  ·  view source on GitHub ↗
(status: boolean)

Source from the content-addressed store, hash-verified

209 }
210
211 lockChanges(status: boolean) {
212 this.dispatch(new Actions.LockChanges(status));
213 }
214
215 pauseRecording(status: boolean) {
216 this.dispatch(new Actions.PauseRecording(status));

Callers 1

store.spec.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected