Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/template-macos-solid
/ removeNode
Function
removeNode
tools/renderer.js:48–50 ·
view source on GitHub ↗
(parent, node)
Source
from the content-addressed store, hash-verified
46
return
node.nodeType === 3;
47
},
48
removeNode(parent, node) {
49
parent.removeChild(node);
50
},
51
getParentNode(node) {
52
return
node.parentNode;
53
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected