MCPcopy Create free account
hub / github.com/angular/angular / isPure

Function isPure

packages/core/src/render3/pipe.ts:318–320  ·  view source on GitHub ↗
(lView: LView, index: number)

Source from the content-addressed store, hash-verified

316}
317
318function isPure(lView: LView, index: number): boolean {
319 return (<PipeDef<any>>lView[TVIEW].data[index]).pure;
320}

Callers 5

ɵɵpipeBind1Function · 0.85
ɵɵpipeBind2Function · 0.85
ɵɵpipeBind3Function · 0.85
ɵɵpipeBind4Function · 0.85
ɵɵpipeBindVFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected