Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_name
Method
get_name
src/ast/kind.rs:21–23 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
19
20
impl FunctionDecl {
21
pub fn get_name(&self) -> String {
22
self.name.clone().unwrap_or_default()
23
}
24
25
pub fn get_type(&self) -> Type {
26
self.r#type.clone()
Callers
7
get_definition
Method · 0.45
find_fd
Method · 0.45
parse_type_gadget_from_ast
Function · 0.45
parse_func_gadgets_from_ast
Function · 0.45
fix_driver_naming_conflict
Function · 0.45
ast_dump_filter
Function · 0.45
remove_duplicate_definition
Function · 0.45
Calls
1
get_name_as_string
Method · 0.80
Tested by
no test coverage detected