(producer: () => Node[])
| 341 | function noopOnDestroy() {} |
| 342 | |
| 343 | function eagerContentAdapter(producer: () => Node[]): Node[] { |
| 344 | return producer(); |
| 345 | } |
| 346 | |
| 347 | function renderSecondInstance(fixture: ViewFixture): HTMLElement { |
| 348 | const hostLView = fixture.lView[PARENT] as LView; |
nothing calls this directly
no test coverage detected