MCPcopy
hub / github.com/csev/py4e / collapsedSpanAtStart

Function collapsedSpanAtStart

tools/pythonauto/static/codemirrorepl/codemirror.js:5331–5331  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

5329 return found;
5330 }
5331 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
5332 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
5333
5334 // 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