pub fn generate_cfg_in_dot_format<'env>(
func_target: &'env FunctionTarget<'env>
) -> StringExpand description
Generate the dot representation of the CFG (which can be rendered by the Dot program)
pub fn generate_cfg_in_dot_format<'env>(
func_target: &'env FunctionTarget<'env>
) -> StringGenerate the dot representation of the CFG (which can be rendered by the Dot program)