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

Function addLogSeparator

ui/plugins/ui/model-tools.plugin.js:375–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 }
374
375 function addLogSeparator() {
376 const logContainer = document.getElementById("merge-log")
377 logContainer.innerHTML += "<hr>"
378
379 logContainer.scrollTop = logContainer.scrollHeight
380 }
381
382 function drawDiagram(fn) {
383 const SIZE = 300

Callers 1

initMergeUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected