Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_counter
Function · 0.80
save_prompt
Function · 0.80
compute_library_api_coverage
Method · 0.80
get_minimal_covered_api
Method · 0.80
update_energies
Method · 0.80
rand_choose_combination
Function · 0.80
serialize
Method · 0.80
get_func_gadgets
Function · 0.80
find_exploitable_func
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected