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

Function cleanUpLine

static/editor.md/lib/codemirror/lib/codemirror.js:6530–6533  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6528
6529 // Detach a line from the document tree and its markers.
6530 function cleanUpLine(line) {
6531 line.parent = null;
6532 detachMarkedSpans(line);
6533 }
6534
6535 function extractLineClasses(type, output) {
6536 if (type) for (;;) {

Callers 1

codemirror.jsFile · 0.70

Calls 1

detachMarkedSpansFunction · 0.70

Tested by

no test coverage detected