MCPcopy
hub / github.com/witheve/Eve / collapsedSpanAtStart

Function collapsedSpanAtStart

src/codemirror.js:6565–6565  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6563 return found;
6564 }
6565 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
6566 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
6567
6568 // Test whether there exists a collapsed span that partially

Callers 2

lineLengthFunction · 0.85
visualLineFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected