MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / loadCustomModifiers

Function loadCustomModifiers

ui/media/js/image-modifiers.js:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396}
397
398function loadCustomModifiers() {
399 PLUGINS["MODIFIERS_LOAD"].forEach((fn) => fn.loader.call())
400}
401
402function showModifierContainer() {
403 document.addEventListener("mousedown", checkIfClickedOutsideDropdownElem)

Callers 2

loadModifiersFunction · 0.85
saveCustomModifiersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected