(tView: TView)
| 324 | } |
| 325 | |
| 326 | export function getOrCreateTViewCleanup(tView: TView): any[] { |
| 327 | return (tView.cleanup ??= []); |
| 328 | } |
| 329 | |
| 330 | /** |
| 331 | * Saves context for this cleanup function in LView.cleanupInstances. |
no outgoing calls
no test coverage detected
searching dependent graphs…