Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/triedb
/ functions
Functions
627 in github.com/base/triedb
⨍
Functions
627
◇
Types & classes
91
Function
test_string_ref_conversion
()
src/storage/value.rs:123
Function
test_string_value
()
src/storage/value.rs:102
Function
test_sub_slice_by_prefix
()
src/overlay.rs:748
Function
test_sub_slice_by_prefix_with_exact_matches
()
src/overlay.rs:830
Function
test_sub_slice_by_prefix_with_prefix_offset
()
src/overlay.rs:860
Function
test_thread_safety_with_arc
()
src/overlay.rs:704
Function
test_traverse_path
()
src/page/subtrie_page.rs:110
Function
test_trie_state_root_order_independence
()
src/storage/engine/tests.rs:275
Function
test_wipe
()
src/database.rs:352
Function
test_zero_copy_sub_slicing
()
src/overlay.rs:663
Function
to_alloy_trie_nibbles
()
src/path.rs:432
Method
to_bytes
(self)
src/storage/value.rs:68
Method
try_from
(id: u32)
src/page.rs:130
Method
try_from
(path: RawPath)
src/path.rs:215
Method
try_from
(value: OverlayValue)
src/overlay.rs:15
Method
try_from
(page: Page<'p>)
src/page/slotted_page.rs:150
Method
try_from
(value: &'n [u8])
src/page/subtrie_page.rs:96
Method
try_from
(data: &'p [u8])
src/page/slotted_page/cell_pointer.rs:63
Function
u256_or_hash
()
src/pointer.rs:123
Method
unpack
(bytes: &[u8])
src/path.rs:168
Method
value
Returns the value of the [Node]. # Panics This function will panic if the [Node] is not a leaf.
src/node.rs:258
Function
wait
()
src/executor/futures.rs:188
Method
wipe
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
Method
wipe
Erases the metadata contents.
src/meta/mod.rs:571
Method
with_capacity
(capacity: usize)
src/context.rs:17
Method
with_capacity
Creates a new mutable overlay state with the specified capacity.
src/overlay.rs:38
Method
write_node_value
Helper function to convert node information to string for printing/writing to file.
src/storage/debug.rs:315
← previous
601–627 of 627, ranked by callers