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

Function updateOneMutably

modules/entity/src/unsorted_state_adapter.ts:150–152  ·  view source on GitHub ↗
(update: any, state: any)

Source from the content-addressed store, hash-verified

148
149 function updateOneMutably(update: Update<T>, state: R): DidMutate;
150 function updateOneMutably(update: any, state: any): DidMutate {
151 return updateManyMutably([update], state);
152 }
153
154 function updateManyMutably(updates: Update<T>[], state: R): DidMutate;
155 function updateManyMutably(updates: any[], state: any): DidMutate {

Callers 1

mapOneMutablyFunction · 0.70

Calls 1

updateManyMutablyFunction · 0.70

Tested by

no test coverage detected