Skip to main content

extract_source_options_from_bls

Function extract_source_options_from_bls 

Source
fn extract_source_options_from_bls(
    content: &str,
) -> BTreeMap<String, CmdlineOwned>
Expand description

Extract source options from BLS entry content. Parses x-options-source-* keys from the raw BLS text since the ostree BootconfigParser doesn’t expose key iteration.