Skip to main content

emit_worker_compose

Function emit_worker_compose 

Source
pub fn emit_worker_compose(
    context: &str,
    table: &UnitTable,
    consumes: &[String],
    aliases: &HashMap<String, String>,
    unit_tables: &HashMap<String, UnitTable>,
    binding_modules: &HashMap<String, String>,
    flattened: &HashMap<String, String>,
    unit_consumes: &HashMap<String, Vec<String>>,
    unit_consumes_aliases: &HashMap<String, HashMap<String, String>>,
    unit_flattened: &HashMap<String, HashMap<String, String>>,
    needs_kv: bool,
) -> String