MCPcopy Create free account
hub / github.com/asymptotic-code/sui-prover / Label

Class Label

crates/move-stackless-bytecode/src/stackless_bytecode.rs:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27/// A label for a branch destination.
28#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Copy)]
29pub struct Label(u16);
30
31impl Label {
32 pub fn new(idx: usize) -> Self {

Callers 7

generate_bytecodeMethod · 0.85
inline_void_invariantMethod · 0.85
transformMethod · 0.85
replace_attr_idMethod · 0.85
substitute_labelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected