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

Function insertNode

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

Source from the content-addressed store, hash-verified

45 * If it is already a child of the parent, it will be moved to the specified location.
46 */
47export function insertNode(parent: JSX.Element, node: JSX.Element, anchor?: JSX.Element): void {
48
49}
50
51/** Remove a node from the scene. */
52export function removeNode(parent: JSX.Element, node: JSX.Element): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected