Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_name
Method
get_name
src/analysis/adg.rs:96–98 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
94
}
95
96
pub fn get_name(&self) -> String {
97
self.name.clone()
98
}
99
}
100
101
#[derive(Debug, Default, Clone, Serialize, Deserialize)]
Callers
7
compute_density
Method · 0.45
get_node_with_name
Method · 0.45
_get_api_nodes
Method · 0.45
detect_use_after_close
Method · 0.45
collect_return_stmt_locs
Method · 0.45
visit_var_decl
Method · 0.45
init_from_ast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected