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

Function cleanUpLine

tools/pythonauto/static/codemirrorepl/codemirror.js:5517–5520  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

5515
5516 // Detach a line from the document tree and its markers.
5517 function cleanUpLine(line) {
5518 line.parent = null;
5519 detachMarkedSpans(line);
5520 }
5521
5522 function extractLineClasses(type, output) {
5523 if (type) for (;;) {

Callers 1

codemirror.jsFile · 0.70

Calls 1

detachMarkedSpansFunction · 0.70

Tested by

no test coverage detected