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