MCPcopy 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
86def trim_inst(inst):
87 return inst[inst.find("*/") + 2:]
88
89
90def parse_imm(imm) -> int:

Callers 1

build_flowFunction · 0.85

Calls 1

findMethod · 0.80

Tested by

no test coverage detected