Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ pauseRecording
Method
pauseRecording
modules/store-devtools/src/devtools.ts:215–217 ·
view source on GitHub ↗
(status: boolean)
Source
from the content-addressed store, hash-verified
213
}
214
215
pauseRecording(status: boolean) {
216
this.dispatch(
new
Actions.PauseRecording(status));
217
}
218
}
219
220
/**
Callers
1
store.spec.ts
File · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected