()
| 331 | * Clears the root skip hydration node when leaving a skip hydration block. |
| 332 | */ |
| 333 | export function leaveSkipHydrationBlock(): void { |
| 334 | instructionState.skipHydrationRootTNode = null; |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Return the current `LView`. |
no outgoing calls
no test coverage detected
searching dependent graphs…