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

Method dispatchEvent

ui/media/js/searchable-models.js:73–75  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

71 return this.modelFilter.addEventListener(type, listener, options)
72 }
73 dispatchEvent(event) {
74 return this.modelFilter.dispatchEvent(event)
75 }
76 appendChild(option) {
77 // do nothing
78 }

Callers 15

dnd.jsFile · 0.45
restoreTaskToUIFunction · 0.45
image-editor.jsFile · 0.45
saveImageMethod · 0.45
setSettingFunction · 0.45
eFunction · 0.45
setServerStatusFunction · 0.45
main.jsFile · 0.45
updateCodeformerFidelityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected