Function rupta::util::results_dumper::dump_results
source · pub fn dump_results<P: PAGPath, F, S>(
acx: &AnalysisContext<'_, '_>,
call_graph: &CallGraph<F, S>,
pt_data: &DiffPTDataTy,
pag: &PAG<P>
)where
F: CGFunction + Into<FuncId>,
S: CGCallSite + Into<BaseCallSite>,
<P as PAGPath>::FuncTy: Ord + Debug + Into<FuncId> + Copy,