MCPcopy
hub / github.com/sveltejs/svelte / set_hydrating

Function set_hydrating

packages/svelte/src/internal/client/dom/hydration.js:20–22  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

18
19/** @param {boolean} value */
20export 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

Callers 11

hydrateFunction · 0.90
elementFunction · 0.90
eachFunction · 0.90
await_blockFunction · 0.90
asyncFunction · 0.90
componentFunction · 0.90
update_branchFunction · 0.90
headFunction · 0.90
set_custom_element_dataFunction · 0.90
set_attributesFunction · 0.90
customizable_selectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected