Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ Flow
Class
Flow
tools/custom/decomp_switch.py:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
@dataclass
47
class
Flow:
48
addr: int
49
inst: CompareInst
50
imm: int
51
branches: list[Branch]
52
53
54
@dataclass
Callers
1
build_flow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected