Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
19
pub struct Label(u16);
20
21
impl Label {
22
pub fn new(idx: usize) -> Self {
Callers
7
generate_bytecode
Method · 0.70
instrument_call
Method · 0.70
generate_abort_block
Method · 0.70
generate_return_block
Method · 0.70
memory_instrumentation
Method · 0.70
create_block_to_destroy_refs
Method · 0.70
transform
Method · 0.70
Calls
no outgoing calls
Tested by
3
instrument_call
Method · 0.56
generate_abort_block
Method · 0.56
generate_return_block
Method · 0.56