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

Function invokeArrayFns

web/main.js:80–84  ·  view source on GitHub ↗
(fns, ...arg)

Source from the content-addressed store, hash-verified

78);
79const hasChanged = (value, oldValue) => !Object.is(value, oldValue);
80const invokeArrayFns = (fns, ...arg) => {
81 for (let i = 0; i < fns.length; i++) {
82 fns[i](...arg);
83 }
84};
85const def = (obj, key, value, writable = false) => {
86 Object.defineProperty(obj, key, {
87 configurable: true,

Callers 3

componentUpdateFnFunction · 0.85
unmountComponentFunction · 0.85
getModelAssignerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected