pub fn decode_group_membership_dict(
bytes: &[u8],
) -> Result<BTreeMap<InboxId, GroupMembershipEntry>, MigrationError>Expand description
Decode GROUP_MEMBERSHIP dict-storage bytes (a
TlsMap<InboxId, VLBytes> snapshot) back to a BTreeMap<InboxId, GroupMembershipEntry>. Used by readers walking the AppData
dictionary post-bootstrap.