MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / mountStaticNode

Function mountStaticNode

web/main.js:4748–4757  ·  view source on GitHub ↗
(n2, container, anchor, namespace)

Source from the content-addressed store, hash-verified

4746 }
4747 };
4748 const mountStaticNode = (n2, container, anchor, namespace) => {
4749 [n2.el, n2.anchor] = hostInsertStaticContent(
4750 n2.children,
4751 container,
4752 anchor,
4753 namespace,
4754 n2.el,
4755 n2.anchor
4756 );
4757 };
4758 const moveStaticNode = ({ el, anchor }, container, nextSibling) => {
4759 let next;
4760 while (el && el !== anchor) {

Callers 1

patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected