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

Method leaf_node

cranelift/bforest/src/path.rs:239–241  ·  view source on GitHub ↗

Get the current leaf node.

(&self)

Source from the content-addressed store, hash-verified

237
238 /// Get the current leaf node.
239 fn leaf_node(&self) -> Node {
240 self.node[self.size - 1]
241 }
242
243 /// Get the current entry in the leaf node.
244 fn leaf_entry(&self) -> usize {

Callers 4

value_mutMethod · 0.80
try_leaf_insertMethod · 0.80
removeMethod · 0.80
update_crit_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected