Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ add_child
Method
add_child
src/analysis/header.rs:49–51 ·
view source on GitHub ↗
(&mut self, child: TreeNode)
Source
from the content-addressed store, hash-verified
47
}
48
49
fn add_child(&mut self, child: TreeNode) {
50
self.children.push(child)
51
}
52
53
fn get_name(&self) -> &str {
54
&self.name
Callers
6
get_layer_child
Function · 0.80
parse_dependency_tree
Function · 0.80
test_get_independent_headers
Function · 0.80
test_get_independent_headers_complex
Function · 0.80
test_get_independent_headers_circular
Function · 0.80
test_get_independent_headers_all_circular
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
4
test_get_independent_headers
Function · 0.64
test_get_independent_headers_complex
Function · 0.64
test_get_independent_headers_circular
Function · 0.64
test_get_independent_headers_all_circular
Function · 0.64