Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
20
struct Block {
21
successors: Vec<BlockId>,
22
content: BlockContent,
23
}
24
25
#[derive(Copy, Clone, Debug)]
26
pub enum BlockContent {
Callers
8
exp_loop
Function · 0.85
parse_term
Function · 0.85
parse_exp
Function · 0.85
exp_
Function · 0.85
exp_inner
Function · 0.85
exp_
Function · 0.85
rewrite_exp_descent
Method · 0.85
translate_seq
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected