MCPcopy
hub / github.com/yjs/yjs / writeStructsFromTransaction

Function writeStructsFromTransaction

src/utils/encoding.js:333–333  ·  view source on GitHub ↗
(encoder, transaction)

Source from the content-addressed store, hash-verified

331 * @function
332 */
333export const writeStructsFromTransaction = (encoder, transaction) => writeStructsFromIdSet(encoder, transaction.doc.store, transaction.insertSet)
334
335/**
336 * Read and apply a document update.

Callers 1

Calls 1

writeStructsFromIdSetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…