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

Function get_next_sibling

packages/svelte/src/internal/client/dom/operations.js:99–101  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

97 */
98/*@__NO_SIDE_EFFECTS__*/
99export function get_next_sibling(node) {
100 return /** @type {TemplateNode | null} */ (next_sibling_getter.call(node));
101}
102
103/**
104 * Don't mark this as side-effect-free, hydration needs to walk all nodes

Callers 13

hydrateFunction · 0.90
hydrate_nextFunction · 0.90
resetFunction · 0.90
nextFunction · 0.90
skip_nodesFunction · 0.90
moveFunction · 0.90
createRawSnippetFunction · 0.90
headFunction · 0.90
htmlFunction · 0.90
remove_effect_domFunction · 0.90
move_effectFunction · 0.90
first_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected