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

Function ɵɵpureFunctionV

packages/core/src/render3/pure_function.ts:306–312  ·  view source on GitHub ↗
(
  slotOffset: number,
  pureFn: (...v: any[]) => any,
  exps: any[],
)

Source from the content-addressed store, hash-verified

304 * @codeGenApi
305 */
306export function ɵɵpureFunctionV(
307 slotOffset: number,
308 pureFn: (...v: any[]) => any,
309 exps: any[],
310): any {
311 return pureFunctionVInternal(getLView(), getBindingRoot(), slotOffset, pureFn, exps);
312}
313
314/**
315 * Results of a pure function invocation are stored in LView in a dedicated slot that is initialized

Callers

nothing calls this directly

Calls 3

getLViewFunction · 0.90
getBindingRootFunction · 0.90
pureFunctionVInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…