print_vm_tree_recursive

Function print_vm_tree_recursive 

Source
pub fn print_vm_tree_recursive(
    tree: &HashMap<CollectorKey, Vec<VmCreation>>,
    hint: &HashMap<CollectorKey, String>,
    ckey: CollectorKey,
    prefix: &str,
    is_last: bool,
)