(line, text, spans)
| 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) { |
no test coverage detected