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

Method dispatch

modules/store-devtools/src/devtools.ts:159–161  ·  view source on GitHub ↗
(action: Action)

Source from the content-addressed store, hash-verified

157 }
158
159 dispatch(action: Action) {
160 this.dispatcher.next(action);
161 }
162
163 next(action: any) {
164 this.dispatcher.next(action);

Callers 12

performActionMethod · 0.95
refreshMethod · 0.95
resetMethod · 0.95
rollbackMethod · 0.95
commitMethod · 0.95
sweepMethod · 0.95
toggleActionMethod · 0.95
jumpToActionMethod · 0.95
jumpToStateMethod · 0.95
importStateMethod · 0.95
lockChangesMethod · 0.95
pauseRecordingMethod · 0.95

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected