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

Function create_simple_tree

rust/tests/test_utils.rs:471–473  ·  view source on GitHub ↗

Legacy compatibility - create simple tree

(capacity: usize)

Source from the content-addressed store, hash-verified

469
470/// Legacy compatibility - create simple tree
471pub fn create_simple_tree(capacity: usize) -> BPlusTreeMap<i32, i32> {
472 create_tree_capacity_int(capacity)
473}
474
475/// Legacy compatibility - populate tree with sequential data
476pub fn populate_sequential(tree: &mut BPlusTreeMap<i32, String>, count: usize) {

Calls 1

create_tree_capacity_intFunction · 0.85

Tested by

no test coverage detected