Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ clone
Method
clone
rust/src/types.rs:130–132 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
128
129
impl<K, V> Clone for NodeRef<K, V> {
130
fn clone(&self) -> Self {
131
*self
132
}
133
}
134
135
impl<K, V> Copy for NodeRef<K, V> {}
Callers
15
profile_balanced_workload
Function · 0.80
resolve_range_bounds
Method · 0.80
remove
Method · 0.80
rebalance_branch
Method · 0.80
merge_with_left_branch
Method · 0.80
merge_with_right_branch
Method · 0.80
borrow_from_left_leaf_with_ids
Method · 0.80
batch_insert
Method · 0.80
compact
Method · 0.80
new_with_skip_owned
Method · 0.80
insert
Method · 0.80
split_data
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_alternating_sibling_operations_attack
Function · 0.64
test_range_syntax_support
Function · 0.64
test_range_syntax_inclusive
Function · 0.64
test_range_syntax_exclusive
Function · 0.64
test_range_syntax_with_strings
Function · 0.64