Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ E
Class
E
cranelift/entity/src/set.rs:207–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
// `EntityRef` impl for testing.
206
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
207
struct E(u32);
208
209
impl EntityRef for E {
210
fn new(i: usize) -> Self {
Callers
5
new
Method · 0.70
basic
Function · 0.70
pop_ordered
Function · 0.70
pop_unordered
Function · 0.70
fmt_debug
Function · 0.70
Calls
no outgoing calls
Tested by
4
basic
Function · 0.56
pop_ordered
Function · 0.56
pop_unordered
Function · 0.56
fmt_debug
Function · 0.56