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

Class Block

language/move-prover/bytecode/src/stackless_control_flow_graph.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Debug)]
20struct Block {
21 successors: Vec<BlockId>,
22 content: BlockContent,
23}
24
25#[derive(Copy, Clone, Debug)]
26pub enum BlockContent {

Callers 8

exp_loopFunction · 0.85
parse_termFunction · 0.85
parse_expFunction · 0.85
exp_Function · 0.85
exp_innerFunction · 0.85
exp_Function · 0.85
rewrite_exp_descentMethod · 0.85
translate_seqMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected