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

Method showMessage

comfyui_manager/js/model-manager.js:723–728  ·  view source on GitHub ↗
(msg, color)

Source from the content-addressed store, hash-verified

721 }
722
723 showMessage(msg, color) {
724 if (color) {
725 msg = `<font color="${color}">${msg}</font>`;
726 }
727 this.element.querySelector(".cmm-manager-message").innerHTML = msg;
728 }
729
730 showStatus(msg, color) {
731 if (color) {

Callers 3

showErrorMethod · 0.95
showMethod · 0.95
onQueueCompletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected