Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/template-macos-solid
/ insertNode
Function
insertNode
tools/renderer.js:42–44 ·
view source on GitHub ↗
(parent, node, anchor)
Source
from the content-addressed store, hash-verified
40
}
41
},
42
insertNode(parent, node, anchor) {
43
parent.insertBefore(node, anchor);
44
},
45
isTextNode(node) {
46
return
node.nodeType === 3;
47
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected