Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/template-macos-solid
/ getFirstChild
Function
getFirstChild
tools/renderer.js:54–56 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
52
return
node.parentNode;
53
},
54
getFirstChild(node) {
55
return
node.firstChild;
56
},
57
getNextSibling(node) {
58
return
node.nextSibling;
59
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected