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

Function getModelModifiers

web/main.js:3934–3936  ·  view source on GitHub ↗
(props, modelName)

Source from the content-addressed store, hash-verified

3932}
3933let currentApp = null;
3934const getModelModifiers = (props, modelName) => {
3935 return modelName === "modelValue" || modelName === "model-value" ? props.modelModifiers : props[`${modelName}Modifiers`] || props[`${camelize(modelName)}Modifiers`] || props[`${hyphenate(modelName)}Modifiers`];
3936};
3937function emit(instance, event, ...rawArgs) {
3938 if (instance.isUnmounted) return;
3939 const props = instance.vnode.props || EMPTY_OBJ;

Callers 1

emitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected