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

Function ɵɵpureFunction2

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

Source from the content-addressed store, hash-verified

83 * @codeGenApi
84 */
85export function ɵɵpureFunction2(
86 slotOffset: number,
87 pureFn: (v1: any, v2: any) => any,
88 exp1: any,
89 exp2: any,
90): any {
91 return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2);
92}
93
94/**
95 * 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
pureFunction2InternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…