Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
function
isPure(lView: LView, index: number): boolean {
319
return
(<PipeDef<any>>lView[TVIEW].data[index]).pure;
320
}
Callers
5
ɵɵpipeBind1
Function · 0.85
ɵɵpipeBind2
Function · 0.85
ɵɵpipeBind3
Function · 0.85
ɵɵpipeBind4
Function · 0.85
ɵɵpipeBindV
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected