MCPcopy Create free account

hub / github.com/base/triedb / functions

Functions627 in github.com/base/triedb

Functiontest_string_ref_conversion
()
src/storage/value.rs:123
Functiontest_string_value
()
src/storage/value.rs:102
Functiontest_sub_slice_by_prefix
()
src/overlay.rs:748
Functiontest_sub_slice_by_prefix_with_exact_matches
()
src/overlay.rs:830
Functiontest_sub_slice_by_prefix_with_prefix_offset
()
src/overlay.rs:860
Functiontest_thread_safety_with_arc
()
src/overlay.rs:704
Functiontest_traverse_path
()
src/page/subtrie_page.rs:110
Functiontest_trie_state_root_order_independence
()
src/storage/engine/tests.rs:275
Functiontest_wipe
()
src/database.rs:352
Functiontest_zero_copy_sub_slicing
()
src/overlay.rs:663
Functionto_alloy_trie_nibbles
()
src/path.rs:432
Methodto_bytes
(self)
src/storage/value.rs:68
Methodtry_from
(id: u32)
src/page.rs:130
Methodtry_from
(path: RawPath)
src/path.rs:215
Methodtry_from
(value: OverlayValue)
src/overlay.rs:15
Methodtry_from
(page: Page<'p>)
src/page/slotted_page.rs:150
Methodtry_from
(value: &'n [u8])
src/page/subtrie_page.rs:96
Methodtry_from
(data: &'p [u8])
src/page/slotted_page/cell_pointer.rs:63
Functionu256_or_hash
()
src/pointer.rs:123
Methodunpack
(bytes: &[u8])
src/path.rs:168
Methodvalue
Returns the value of the [Node]. # Panics This function will panic if the [Node] is not a leaf.
src/node.rs:258
Functionwait
()
src/executor/futures.rs:188
Methodwipe
Causes the file length to be set to 0 after opening it. Note that if `wipe(true)` is set, then setting [`page_count()`](Self::page_count) with any nu
src/page/manager/options.rs:68
Methodwipe
Erases the metadata contents.
src/meta/mod.rs:571
Methodwith_capacity
(capacity: usize)
src/context.rs:17
Methodwith_capacity
Creates a new mutable overlay state with the specified capacity.
src/overlay.rs:38
Methodwrite_node_value
Helper function to convert node information to string for printing/writing to file.
src/storage/debug.rs:315
← previous601–627 of 627, ranked by callers