( hydrationInfo: DehydratedView, index: number, )
| 468 | } |
| 469 | |
| 470 | export function getSerializedContainerViews( |
| 471 | hydrationInfo: DehydratedView, |
| 472 | index: number, |
| 473 | ): SerializedContainerView[] | null { |
| 474 | return hydrationInfo.data[CONTAINERS]?.[index] ?? null; |
| 475 | } |
| 476 | |
| 477 | /** |
| 478 | * Computes the size of a serialized container (the number of root nodes) |
no outgoing calls
no test coverage detected
searching dependent graphs…