( hydrationInfo: DehydratedView, index: number, )
| 461 | } |
| 462 | |
| 463 | export function isSerializedElementContainer( |
| 464 | hydrationInfo: DehydratedView, |
| 465 | index: number, |
| 466 | ): boolean { |
| 467 | return hydrationInfo.data[ELEMENT_CONTAINERS]?.[index] !== undefined; |
| 468 | } |
| 469 | |
| 470 | export function getSerializedContainerViews( |
| 471 | hydrationInfo: DehydratedView, |
no outgoing calls
no test coverage detected
searching dependent graphs…