MCPcopy 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
129impl<K, V> Clone for NodeRef<K, V> {
130 fn clone(&self) -> Self {
131 *self
132 }
133}
134
135impl<K, V> Copy for NodeRef<K, V> {}

Callers 15

resolve_range_boundsMethod · 0.80
removeMethod · 0.80
rebalance_branchMethod · 0.80
batch_insertMethod · 0.80
compactMethod · 0.80
new_with_skip_ownedMethod · 0.80
insertMethod · 0.80
split_dataMethod · 0.80

Calls

no outgoing calls