MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / replace_node

Function replace_node

src/data_structures/rb_tree.rs:578–591  ·  view source on GitHub ↗
(
    tree: &mut RBTree<K, V>,
    parent: *mut RBNode<K, V>,
    node: *mut RBNode<K, V>,
    new: *mut RBNode<K, V>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

deleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected