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

Class Node

cranelift/bforest/src/lib.rs:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106/// A reference to a B+-tree node.
107#[derive(Clone, Copy, PartialEq, Eq)]
108struct Node(u32);
109entity_impl!(Node, "node");
110
111/// Empty type to be used as the "value" in B-trees representing sets.

Callers 3

defaultMethod · 0.70
innerFunction · 0.70
inner_balanceFunction · 0.70

Calls

no outgoing calls

Tested by 2

innerFunction · 0.56
inner_balanceFunction · 0.56