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

Function test_fuzzable_funcs

src/program/gadget.rs:1033–1037  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031
1032 #[test]
1033 fn test_fuzzable_funcs() {
1034 Config::init_test("c-ares");
1035 let funcs = get_fuzzable_funcs();
1036 println!("{funcs:?}");
1037 }
1038
1039 #[test]
1040 fn test_parse_func_gadgets() -> Result<()> {

Callers

nothing calls this directly

Calls 1

get_fuzzable_funcsFunction · 0.85

Tested by

no test coverage detected