Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ hydrate_next
Function
hydrate_next
packages/svelte/src/internal/client/dom/hydration.js:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
export
function
hydrate_next() {
44
return
set_hydrate_node(get_next_sibling(hydrate_node));
45
}
46
47
/** @param {TemplateNode} node */
48
export
function
reset(node) {
Callers
13
append
Function · 0.90
props_id
Function · 0.90
element
Function · 0.90
each
Function · 0.90
await_block
Function · 0.90
key
Function · 0.90
async
Function · 0.90
component
Function · 0.90
createRawSnippet
Function · 0.90
if_block
Function · 0.90
constructor
Method · 0.90
html
Function · 0.90
Calls
2
get_next_sibling
Function · 0.90
set_hydrate_node
Function · 0.85
Tested by
no test coverage detected