MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / leaf_entry

Method leaf_entry

cranelift/bforest/src/path.rs:244–246  ·  view source on GitHub ↗

Get the current entry in the leaf node.

(&self)

Source from the content-addressed store, hash-verified

242
243 /// Get the current entry in the leaf node.
244 fn leaf_entry(&self) -> usize {
245 self.entry[self.size - 1].into()
246 }
247
248 /// Is this path pointing to the first entry in the tree?
249 /// This corresponds to the smallest key.

Callers 5

prevMethod · 0.80
value_mutMethod · 0.80
try_leaf_insertMethod · 0.80
removeMethod · 0.80
balance_nodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected