MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / constructor

Method constructor

comfyui_manager/js/model-manager.js:34–47  ·  view source on GitHub ↗
(app, manager_dialog)

Source from the content-addressed store, hash-verified

32 static instance = null;
33
34 constructor(app, manager_dialog) {
35 this.app = app;
36 this.manager_dialog = manager_dialog;
37 this.id = "cmm-manager";
38
39 this.filter = '';
40 this.type = '';
41 this.base = '';
42 this.keywords = '';
43
44 this.init();
45
46 api.addEventListener("cm-queue-status", this.onQueueStatus);
47 }
48
49 init() {
50 const header = $el("div.cmm-manager-header", {}, [

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected