MCPcopy
hub / github.com/yjs/yjs / copy

Method copy

src/utils/IdSet.js:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 copy () {
102 return new IdRanges(this._ids.slice())
103 }
104
105 /**
106 * @param {number} clock

Callers 8

deleteTextFunction · 0.45
toDeltaMethod · 0.45
_insertIntoIdSetFunction · 0.45
readContentMethod · 0.45
getItemContentFunction · 0.45
readContentMethod · 0.45
readContentMethod · 0.45
cleanupYTextFormattingFunction · 0.45

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected