MCPcopy Index your code
hub / github.com/csev/py4e / visualLine

Function visualLine

tools/pythonauto/static/codemirror/codemirror.js:4267–4272  ·  view source on GitHub ↗
(doc, line)

Source from the content-addressed store, hash-verified

4265 }
4266
4267 function visualLine(doc, line) {
4268 var merged;
4269 while (merged = collapsedSpanAtStart(line))
4270 line = getLine(doc, merged.find().from.line);
4271 return line;
4272 }
4273
4274 function lineIsHidden(doc, line) {
4275 var sps = sawCollapsedSpans && line.markedSpans;

Callers 7

updateDisplayInnerFunction · 0.70
updateSelectionRangeFunction · 0.70
codemirror.jsFile · 0.70
markTextFunction · 0.70
heightAtLineFunction · 0.70
lineStartFunction · 0.70

Calls 3

collapsedSpanAtStartFunction · 0.70
getLineFunction · 0.70
findMethod · 0.45

Tested by

no test coverage detected