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

Function collapsedSpanAtStart

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

Source from the content-addressed store, hash-verified

6538 return found;
6539 }
6540 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
6541 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
6542
6543 // Test whether there exists a collapsed span that partially

Callers 2

lineLengthFunction · 0.70
visualLineFunction · 0.70

Calls 1

collapsedSpanAtSideFunction · 0.70

Tested by

no test coverage detected