Skip to main content

lookup_key_file_var

Function lookup_key_file_var 

Source
pub(crate) fn lookup_key_file_var<'a>(
    vars: &'a HashMap<String, String>,
    key: &str,
) -> Option<&'a String>
Expand description

Look up a key file variable by new name, falling back to the deprecated ESPRESSO_SEQUENCER_ prefix if the new name is not found.