Function encode_manifest_info_to_extensions

Source
pub(crate) fn encode_manifest_info_to_extensions(
    manifest_infos: &[(RegionId, RegionManifestInfo)],
    extensions: &mut HashMap<String, Vec<u8>>,
) -> Result<()>
Expand description

Encodes the given list of (RegionId, RegionManifestInfo) to extensions(key: MANIFEST_INFO_EXTENSION_KEY).