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

Function simpleSelection

src/codemirror.js:2086–2088  ·  view source on GitHub ↗
(anchor, head)

Source from the content-addressed store, hash-verified

2084 }
2085
2086 function simpleSelection(anchor, head) {
2087 return new Selection([new Range(anchor, head || anchor)], 0);
2088 }
2089
2090 // Most of the external API clips given positions to make sure they
2091 // actually exist within the document.

Callers 4

codemirror.jsFile · 0.85
setSimpleSelectionFunction · 0.85
loadFileFunction · 0.85
onDropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected