MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / getParentNode

Function getParentNode

tools/renderer.js:51–53  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

49 parent.removeChild(node);
50 },
51 getParentNode(node) {
52 return node.parentNode;
53 },
54 getFirstChild(node) {
55 return node.firstChild;
56 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected