MCPcopy Create free account
hub / github.com/Technolution/rustig / add_node

Function add_node

lib/callgraph/src/callgraph/lea_dynamic_calls.rs:520–544  ·  view source on GitHub ↗

Adds a node for a specific function in the target binary

(
        name: &str,
        demangled_name: &str,
        graph: &mut StableGraph<Rc<RefCell<Procedure<()>>>, Rc<RefCell<Invocation<(), ()>>>>,
        proc_index: &mut HashMap<u64, NodeIndex>,
    

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 1

add_raw_nodeFunction · 0.85