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

Function createBlock

web/main.js:6042–6053  ·  view source on GitHub ↗
(type, props, children, patchFlag, dynamicProps)

Source from the content-addressed store, hash-verified

6040 );
6041}
6042function createBlock(type, props, children, patchFlag, dynamicProps) {
6043 return setupBlock(
6044 createVNode(
6045 type,
6046 props,
6047 children,
6048 patchFlag,
6049 dynamicProps,
6050 true
6051 )
6052 );
6053}
6054function isVNode(value) {
6055 return value ? value.__v_isVNode === true : false;
6056}

Callers 3

renderSlotFunction · 0.85
createCommentVNodeFunction · 0.85
setupFunction · 0.85

Calls 1

setupBlockFunction · 0.85

Tested by

no test coverage detected