MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / construct

Method construct

src/analysis/callgraph.rs:77–80  ·  view source on GitHub ↗
(&mut self, nodes: Vec<DotNode>, edges: Vec<DotEdge>)

Source from the content-addressed store, hash-verified

75 }
76
77 fn construct(&mut self, nodes: Vec<DotNode>, edges: Vec<DotEdge>) {
78 self.construct_nodes(&nodes);
79 self.construct_edges(nodes, edges);
80 }
81
82 fn construct_nodes(&mut self, nodes: &Vec<DotNode>) {
83 for node in nodes {

Callers 1

get_lib_call_graphFunction · 0.80

Calls 2

construct_nodesMethod · 0.80
construct_edgesMethod · 0.80

Tested by

no test coverage detected