MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / cleanUpLine

Function cleanUpLine

static/js/codemirror/codemirror.js:3849–3852  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

3847 }
3848
3849 function cleanUpLine(line) {
3850 line.parent = null;
3851 detachMarkedSpans(line);
3852 }
3853
3854 // Run the given mode's parser over a line, update the styles
3855 // array, which contains alternating fragments of text and CSS

Callers 1

codemirror.jsFile · 0.85

Calls 1

detachMarkedSpansFunction · 0.85

Tested by

no test coverage detected