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

Class Id

crates/core/src/slab.rs:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
143#[repr(transparent)]
144pub struct Id(EntryIndex);
145
146impl fmt::Debug for Id {
147 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 5

try_allocMethod · 0.70
next_idMethod · 0.70
iterMethod · 0.70
iter_mutMethod · 0.70
drainMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected