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

Function createInternalObject

web/main.js:4237–4237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4235}
4236const internalObjectProto = {};
4237const createInternalObject = () => Object.create(internalObjectProto);
4238const isInternalObject = (obj) => Object.getPrototypeOf(obj) === internalObjectProto;
4239function initProps(instance, rawProps, isStateful, isSSR = false) {
4240 const props = {};

Callers 2

initPropsFunction · 0.85
initSlotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected