Home | History | Annotate | Download | only in testserver

Lines Matching full:tombstone

623     # tombstone.  A sync server must track deleted IDs forever, since it does
627 """Make a tombstone entry that will replace the entry being deleted.
634 # Only the ID, version and deletion state are preserved on a tombstone.
638 tombstone = sync_pb2.SyncEntity()
639 tombstone.id_string = id_string
640 tombstone.deleted = True
641 tombstone.name = ''
642 return tombstone