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

Function addLogMessage

ui/plugins/ui/model-tools.plugin.js:365–373  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

363 }
364
365 function addLogMessage(message) {
366 const logContainer = document.getElementById("merge-log")
367 logContainer.innerHTML += `<i>${getCurrentTime()}</i> ${message}<br>`
368
369 // Scroll to the bottom of the log
370 logContainer.scrollTop = logContainer.scrollHeight
371
372 document.querySelector("#merge-log-container").style.display = "block"
373 }
374
375 function addLogSeparator() {
376 const logContainer = document.getElementById("merge-log")

Callers 2

drawDiagramFunction · 0.85
initMergeUIFunction · 0.85

Calls 1

getCurrentTimeFunction · 0.85

Tested by

no test coverage detected