( slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any, )
| 105 | * @codeGenApi |
| 106 | */ |
| 107 | export function ɵɵpureFunction3( |
| 108 | slotOffset: number, |
| 109 | pureFn: (v1: any, v2: any, v3: any) => any, |
| 110 | exp1: any, |
| 111 | exp2: any, |
| 112 | exp3: any, |
| 113 | ): any { |
| 114 | return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3); |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * If the value of any provided exp has changed, calls the pure function to return |
nothing calls this directly
no test coverage detected
searching dependent graphs…