Skip to main content

build_dfg_from_source

Function build_dfg_from_source 

Source
pub fn build_dfg_from_source(
    content: &str,
    function_name: &str,
    file_path: &str,
) -> Result<DataFlowGraph, Box<dyn Error>>