MCPcopy Create free account
hub / github.com/diem/move / Label

Class Label

language/move-prover/bytecode/src/stackless_bytecode.rs:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17/// A label for a branch destination.
18#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Copy)]
19pub struct Label(u16);
20
21impl Label {
22 pub fn new(idx: usize) -> Self {

Callers 7

generate_bytecodeMethod · 0.70
instrument_callMethod · 0.70
generate_abort_blockMethod · 0.70
generate_return_blockMethod · 0.70
transformMethod · 0.70

Calls

no outgoing calls

Tested by 3

instrument_callMethod · 0.56
generate_abort_blockMethod · 0.56
generate_return_blockMethod · 0.56