MCPcopy Create free account
hub / github.com/chipnertkj/chipbox / removeNode

Function removeNode

node/chipbox-solid-render/src/renderer.ts:52–54  ·  view source on GitHub ↗
(parent: JSX.Element, node: JSX.Element)

Source from the content-addressed store, hash-verified

50
51/** Remove a node from the scene. */
52export function removeNode(parent: JSX.Element, node: JSX.Element): void {
53
54}
55
56/** Get the parent node of the given node. */
57export function getParentNode(node: JSX.Element): JSX.Element | undefined {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected