MCPcopy Create free account
hub / github.com/breck7/scroll / cleanUpLine

Function cleanUpLine

external/.scrollLibs.js:2816–2819  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

2814
2815 // Detach a line from the document tree and its markers.
2816 function cleanUpLine(line) {
2817 line.parent = null
2818 detachMarkedSpans(line)
2819 }
2820
2821 // Convert a style as returned by a mode (either null, or a string
2822 // containing one or more styles) to a CSS style. This is cached,

Callers 1

.scrollLibs.jsFile · 0.85

Calls 1

detachMarkedSpansFunction · 0.85

Tested by

no test coverage detected