MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / test_parse_call_graph

Function test_parse_call_graph

src/analysis/callgraph.rs:174–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
173 #[test]
174 fn test_parse_call_graph() -> eyre::Result<()> {
175 crate::config::Config::init_test("libvpx");
176 let deopt = Deopt::new("libvpx".to_string())?;
177 let call_graph = get_lib_call_graph();
178 call_graph.dump_to_file(&deopt)?;
179 Ok(())
180 }
181}

Callers

nothing calls this directly

Calls 2

get_lib_call_graphFunction · 0.85
dump_to_fileMethod · 0.45

Tested by

no test coverage detected