Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ trim_inst
Function
trim_inst
tools/custom/decomp_switch.py:86–87 ·
view source on GitHub ↗
(inst)
Source
from the content-addressed store, hash-verified
84
85
86
def
trim_inst(inst):
87
return
inst[inst.find(
"*/"
) + 2:]
88
89
90
def
parse_imm(imm) -> int:
Callers
1
build_flow
Function · 0.85
Calls
1
find
Method · 0.80
Tested by
no test coverage detected