MCPcopy Create free account
hub / github.com/breck7/scroll / update

Function update

external/.scrollLibs.js:6495–6498  ·  view source on GitHub ↗
(line, text, spans)

Source from the content-addressed store, hash-verified

6493 return markedSpans ? markedSpans[n] : null
6494 }
6495 function update(line, text, spans) {
6496 updateLine(line, text, spans, estimateHeight$$1)
6497 signalLater(line, "change", line, change)
6498 }
6499 function linesFor(start, end) {
6500 var result = []
6501 for (var i = start; i < end; ++i) {

Callers 1

updateDocFunction · 0.85

Calls 2

updateLineFunction · 0.85
signalLaterFunction · 0.85

Tested by

no test coverage detected