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

Function get_first_child

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

Source from the content-addressed store, hash-verified

88 */
89/*@__NO_SIDE_EFFECTS__*/
90export function get_first_child(node) {
91 return /** @type {TemplateNode | null} */ (first_child_getter.call(node));
92}
93
94/**
95 * @template {Node} N

Callers 13

hydrateFunction · 0.90
from_htmlFunction · 0.90
from_namespaceFunction · 0.90
from_treeFunction · 0.90
elementFunction · 0.90
eachFunction · 0.90
createRawSnippetFunction · 0.90
css_propsFunction · 0.90
headFunction · 0.90
htmlFunction · 0.90
remove_textarea_childFunction · 0.90
childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected