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

Function liftAction

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

Source from the content-addressed store, hash-verified

45 * Lifts an app's action into an action on the lifted store.
46 */
47export function liftAction(action: Action) {
48 return new Actions.PerformAction(action, +Date.now());
49}
50
51/**
52 * Sanitizes given actions with given function.

Callers 3

liftInitialStateFunction · 0.90
commitChangesFunction · 0.90
liftReducerWithFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected