Function write_dep_tree

Source
pub(crate) fn write_dep_tree(
    task_list: &FxHashMap<Identifier, Vec<String>>,
    dep_tree: Vec<(Identifier, Identifier, CallingStyle)>,
    out: &Path,
)
Expand description

Write the dep tree into the given file using cypher syntax