Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
insertInLine
Method · 0.95
insertMergedLines
Method · 0.95
remove
Method · 0.95
removeInLine
Method · 0.95
revertDelta
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected