Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_name
Method
get_name
src/analysis/header.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
fn get_name(&self) -> &str {
54
&self.name
55
}
56
57
fn get_clean_root(&mut self, deopt: &Deopt) {
58
let binding = deopt.get_library_build_header_path().unwrap();
Callers
4
get_clean_root
Method · 0.45
collect_nodes
Function · 0.45
get_included_sys_header
Function · 0.45
get_include_sys_headers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected