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

Function posEq

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:3185–3185  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

3183
3184 // Operations on {line, ch} objects.
3185 function posEq(a, b) {return a.line == b.line && a.ch == b.ch;}
3186 function posLess(a, b) {return a.line < b.line || (a.line == b.line && a.ch < b.ch);}
3187 function copyPos(x) {return {line: x.line, ch: x.ch};}
3188

Callers 13

CodeMirrorFunction · 0.70
onMouseDownFunction · 0.70
extendFunction · 0.70
readInputFunction · 0.70
resetInputFunction · 0.70
updateSelectionFunction · 0.70
setSelectionFunction · 0.70
moveHFunction · 0.70
deleteHFunction · 0.70
indentSelectedFunction · 0.70
onContextMenuFunction · 0.70
endOperationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected