Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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__*/
90
export
function
get_first_child(node) {
91
return
/** @
type
{TemplateNode | null} */ (first_child_getter.call(node));
92
}
93
94
/**
95
* @template {Node} N
Callers
13
hydrate
Function · 0.90
from_html
Function · 0.90
from_namespace
Function · 0.90
from_tree
Function · 0.90
element
Function · 0.90
each
Function · 0.90
createRawSnippet
Function · 0.90
css_props
Function · 0.90
head
Function · 0.90
html
Function · 0.90
remove_textarea_child
Function · 0.90
child
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected