MCPcopy Create free account
hub / github.com/editablejs/editable / removeStoredPosition

Function removeStoredPosition

packages/yjs-transform/src/position.ts:110–112  ·  view source on GitHub ↗
(sharedRoot: Y.XmlText, key: string)

Source from the content-addressed store, hash-verified

108}
109
110export function removeStoredPosition(sharedRoot: Y.XmlText, key: string) {
111 sharedRoot.removeAttribute(STORED_POSITION_PREFIX + key)
112}
113
114export function setStoredPosition(
115 sharedRoot: Y.XmlText,

Callers 1

removeStoredPositionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…