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

Function saveCustomModifiers

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

Source from the content-addressed store, hash-verified

390}
391
392function saveCustomModifiers() {
393 localStorage.setItem(CUSTOM_MODIFIERS_KEY, customModifiersTextBox.value.trim())
394
395 loadCustomModifiers()
396}
397
398function loadCustomModifiers() {
399 PLUGINS["MODIFIERS_LOAD"].forEach((fn) => fn.loader.call())

Callers

nothing calls this directly

Calls 1

loadCustomModifiersFunction · 0.85

Tested by

no test coverage detected