MCPcopy Create free account
hub / github.com/TruthHun/BookStack / cleanUpLine

Function cleanUpLine

static/mergely/lib/codemirror.js:6735–6738  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6733
6734 // Detach a line from the document tree and its markers.
6735 function cleanUpLine(line) {
6736 line.parent = null;
6737 detachMarkedSpans(line);
6738 }
6739
6740 function extractLineClasses(type, output) {
6741 if (type) for (;;) {

Callers 1

codemirror.jsFile · 0.70

Calls 1

detachMarkedSpansFunction · 0.70

Tested by

no test coverage detected