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

Function reCheckSelection

tools/pythonauto/static/codemirrorepl/codemirror.js:1151–1153  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

1149 // Verify that the selection does not partially select any atomic
1150 // marked ranges.
1151 function reCheckSelection(doc) {
1152 setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll);
1153 }
1154
1155 // Return a selection that does not partially select any atomic
1156 // ranges.

Callers 2

codemirror.jsFile · 0.70
markTextFunction · 0.70

Calls 2

setSelectionInnerFunction · 0.85
skipAtomicInSelectionFunction · 0.85

Tested by

no test coverage detected