( slotOffset: number, pureFn: (...v: any[]) => any, exps: any[], )
| 304 | * @codeGenApi |
| 305 | */ |
| 306 | export 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…