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

Method show

comfyui_manager/js/model-manager.js:804–810  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

802 }
803
804 show() {
805 this.element.style.display = "flex";
806 this.setKeywords("");
807 this.showSelection("");
808 this.showMessage("");
809 this.loadData();
810 }
811
812 close() {
813 this.element.style.display = "none";

Callers 1

bindEventsMethod · 0.45

Calls 4

setKeywordsMethod · 0.95
showSelectionMethod · 0.95
showMessageMethod · 0.95
loadDataMethod · 0.95

Tested by

no test coverage detected