()
| 207 | * Sets the implementation for the `retrieveHydrationInfo` function. |
| 208 | */ |
| 209 | export function enableRetrieveHydrationInfoImpl() { |
| 210 | _retrieveHydrationInfoImpl = retrieveHydrationInfoImpl; |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Retrieves hydration info by reading the value from the `ngh` attribute |
no outgoing calls
no test coverage detected
searching dependent graphs…