( sharedRoot: Y.XmlText, key: string, position: Y.RelativePosition, )
| 112 | } |
| 113 | |
| 114 | export function setStoredPosition( |
| 115 | sharedRoot: Y.XmlText, |
| 116 | key: string, |
| 117 | position: Y.RelativePosition, |
| 118 | ) { |
| 119 | sharedRoot.setAttribute(STORED_POSITION_PREFIX + key, Y.encodeRelativePosition(position)) |
| 120 | } |
| 121 | |
| 122 | function getAbsolutePositionsInTextRange( |
| 123 | absolutePositions: Record<string, Y.AbsolutePosition>, |
no outgoing calls
no test coverage detected
searching dependent graphs…