MCPcopy Create free account
hub / github.com/angular/angular / ɵɵpureFunction1

Function ɵɵpureFunction1

packages/core/src/render3/pure_function.ts:69–71  ·  view source on GitHub ↗
(slotOffset: number, pureFn: (v: any) => any, exp: any)

Source from the content-addressed store, hash-verified

67 * @codeGenApi
68 */
69export function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any): any {
70 return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp);
71}
72
73/**
74 * 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
pureFunction1InternalFunction · 0.85

Tested by

no test coverage detected