Skip to content

Instantly share code, notes, and snippets.

@ehatricksmith
Created October 27, 2022 22:41
Show Gist options
  • Save ehatricksmith/a1d592e42b47b48570cd1c10085b4b3c to your computer and use it in GitHub Desktop.
Save ehatricksmith/a1d592e42b47b48570cd1c10085b4b3c to your computer and use it in GitHub Desktop.
{
structs: [
Item { // This insert is a tombstone
id: ID { client: 641409829, clock: 0 },
length: 1,
origin: null,
left: null,
right: null,
rightOrigin: null,
parent: 'listOfNumbers',
parentSub: null,
redone: null,
content: ContentDeleted { len: 1 },
info: 0
}
],
ds: DeleteSet {
clients: Map(1) { 641409829 => [ DeleteItem { clock: 0, len: 1 } ] }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment