MCPcopy Create free account
hub / github.com/astercloud/aster / appendToLastLine

Function appendToLastLine

examples/plan-explore-ui/static/main.js:37–42  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

35 }
36
37 function appendToLastLine(text) {
38 if (phasesEl.lastElementChild) {
39 phasesEl.lastElementChild.textContent += text;
40 phasesEl.scrollTop = phasesEl.scrollHeight;
41 }
42 }
43
44 function clearPhases() {
45 phasesEl.textContent = "";

Callers 1

renderUIEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected