MCPcopy Index your code
hub / github.com/ajaxorg/ace / clonePos

Method clonePos

src/document.js:295–297  ·  view source on GitHub ↗

* @param {Point} pos * @return {Point}

(pos)

Source from the content-addressed store, hash-verified

293 * @return {Point}
294 */
295 clonePos(pos) {
296 return {row: pos.row, column: pos.column};
297 }
298
299 /**
300 * @param {number} row

Callers 5

insertInLineMethod · 0.95
insertMergedLinesMethod · 0.95
removeMethod · 0.95
removeInLineMethod · 0.95
revertDeltaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected