MCPcopy Index your code
hub / github.com/csev/py4e / spansFor

Function spansFor

tools/pythonauto/static/codemirror/codemirror.js:4741–4741  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

4739
4740 function updateDoc(doc, change, markedSpans, selAfter, estimateHeight) {
4741 function spansFor(n) {return markedSpans ? markedSpans[n] : null;}
4742 function update(line, text, spans) {
4743 updateLine(line, text, spans, estimateHeight);
4744 signalLater(line, "change", line, change);

Callers 1

updateDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected