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

Method get_func_name

src/program/gadget.rs:535–537  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

533 }
534
535 pub fn get_func_name(&self) -> &str {
536 &self.name
537 }
538
539 pub fn gen_raw_type_signature(&self) -> String {
540 let ret_type = &self.ret_type;

Callers 9

update_prompt_counterFunction · 0.80
save_promptFunction · 0.80
update_energiesMethod · 0.80
rand_choose_combinationFunction · 0.80
serializeMethod · 0.80
get_func_gadgetsFunction · 0.80
find_exploitable_funcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected