(value)
| 18 | |
| 19 | /** @param {boolean} value */ |
| 20 | export function set_hydrating(value) { |
| 21 | hydrating = value; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * The node that is currently being hydrated. This starts out as the first node inside the opening |
no outgoing calls
no test coverage detected