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

Method constructor

ui/media/js/utils.js:604–606  ·  view source on GitHub ↗
(...servicesParams)

Source from the content-addressed store, hash-verified

602 #services = new Map()
603 #singletons = new Map()
604 constructor(...servicesParams) {
605 servicesParams.forEach(this.register.bind(this))
606 }
607 get services() {
608 return this.#services
609 }

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected