(encoder: encoding.Encoder, update: Uint8Array)
| 88 | * @param update |
| 89 | */ |
| 90 | export const writeUpdate = (encoder: encoding.Encoder, update: Uint8Array) => { |
| 91 | encoding.writeVarUint(encoder, messageYjsUpdate) |
| 92 | encoding.writeVarUint8Array(encoder, update) |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Read and apply Structs and then DeleteStore to a y instance. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…