Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
108
struct Node(u32);
109
entity_impl!(Node,
"node"
);
110
111
/// Empty type to be used as the
"value"
in B-trees representing sets.
Callers
3
default
Method · 0.70
inner
Function · 0.70
inner_balance
Function · 0.70
Calls
no outgoing calls
Tested by
2
inner
Function · 0.56
inner_balance
Function · 0.56