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

Function cleanUpLine

tools/pythonauto/static/codemirror/codemirror.js:4403–4406  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

4401 }
4402
4403 function cleanUpLine(line) {
4404 line.parent = null;
4405 detachMarkedSpans(line);
4406 }
4407
4408 // Run the given mode's parser over a line, update the styles
4409 // array, which contains alternating fragments of text and CSS

Callers 1

codemirror.jsFile · 0.70

Calls 1

detachMarkedSpansFunction · 0.70

Tested by

no test coverage detected