MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / copyPos

Function copyPos

mini-code-edit/cm/lib/codemirror.js:2987–2987  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

2985 function posEq(a, b) {return a.line == b.line && a.ch == b.ch;}
2986 function posLess(a, b) {return a.line < b.line || (a.line == b.line && a.ch < b.ch);}
2987 function copyPos(x) {return {line: x.line, ch: x.ch};}
2988
2989 var escapeElement = document.createElement("pre");
2990 function htmlEscape(str) {

Callers 1

CodeMirrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected