MCPcopy Index your code
hub / github.com/angular/angular / ɵɵpureFunction3

Function ɵɵpureFunction3

packages/core/src/render3/pure_function.ts:107–115  ·  view source on GitHub ↗
(
  slotOffset: number,
  pureFn: (v1: any, v2: any, v3: any) => any,
  exp1: any,
  exp2: any,
  exp3: any,
)

Source from the content-addressed store, hash-verified

105 * @codeGenApi
106 */
107export function ɵɵpureFunction3(
108 slotOffset: number,
109 pureFn: (v1: any, v2: any, v3: any) => any,
110 exp1: any,
111 exp2: any,
112 exp3: any,
113): any {
114 return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3);
115}
116
117/**
118 * If the value of any provided exp has changed, calls the pure function to return

Callers

nothing calls this directly

Calls 3

getLViewFunction · 0.90
getBindingRootFunction · 0.90
pureFunction3InternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…