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

Function attachMarkedSpans

tools/pythonauto/static/codemirror/codemirror.js:4309–4314  ·  view source on GitHub ↗
(line, spans)

Source from the content-addressed store, hash-verified

4307 }
4308
4309 function attachMarkedSpans(line, spans) {
4310 if (!spans) return;
4311 for (var i = 0; i < spans.length; ++i)
4312 spans[i].marker.attachLine(line);
4313 line.markedSpans = spans;
4314 }
4315
4316 // LINE WIDGETS
4317

Callers 2

codemirror.jsFile · 0.70
updateLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected