MCPcopy
hub / github.com/yjs/yjs / createID

Function createID

src/utils/ID.js:42–42  ·  view source on GitHub ↗
(client, clock)

Source from the content-addressed store, hash-verified

40 * @function
41 */
42export const createID = (client, clock) => new ID(client, clock)
43
44/**
45 * @param {encoding.Encoder} encoder

Callers 15

formatTextMethod · 0.90
insertNegatedAttributesFunction · 0.90
insertAttributesFunction · 0.90
insertContentFunction · 0.90
deleteTextFunction · 0.90
packJsonContentFunction · 0.90
typeListInsertGenericsFunction · 0.90
typeListDeleteFunction · 0.90
typeMapSetFunction · 0.90
createRelativePositionFunction · 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…