MCPcopy Index your code
hub / github.com/angular/angular / updateBinding

Function updateBinding

packages/core/src/render3/bindings.ts:19–21  ·  view source on GitHub ↗
(lView: LView, bindingIndex: number, value: any)

Source from the content-addressed store, hash-verified

17// TODO(misko): consider inlining
18/** Updates binding and returns the value. */
19export function updateBinding(lView: LView, bindingIndex: number, value: any): any {
20 return (lView[bindingIndex] = value);
21}
22
23/** Gets the current binding value. */
24export function getBinding(lView: LView, bindingIndex: number): any {

Callers 11

ɵɵpureFunction0Function · 0.90
ɵɵpureFunction5Function · 0.90
ɵɵpureFunction6Function · 0.90
ɵɵpureFunction7Function · 0.90
ɵɵpureFunction8Function · 0.90
pureFunction1InternalFunction · 0.90
pureFunction2InternalFunction · 0.90
pureFunction3InternalFunction · 0.90
pureFunction4InternalFunction · 0.90
pureFunctionVInternalFunction · 0.90
ɵɵarrowFunctionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…