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

Class FrameTableDescriptorIndex

crates/environ/src/frame_table.rs:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32/// program point descriptor.
33#[derive(Clone, Copy, Debug)]
34pub struct FrameTableDescriptorIndex(pub(crate) u32);
35impl FrameTableDescriptorIndex {
36 fn index(self) -> usize {
37 usize::try_from(self.0).unwrap()

Callers 2

add_frame_descriptorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected