MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / take_values

Method take_values

rust/src/node.rs:237–239  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

235 /// Take all values, leaving an empty vector.
236 #[inline]
237 pub fn take_values(&mut self) -> Vec<V> {
238 std::mem::take(&mut self.values)
239 }
240
241 /// Perform binary search on keys.
242 #[inline]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected