MCPcopy Create free account
hub / github.com/Inori/GPCS4 / GetMaxOpValue

Function GetMaxOpValue

Tools/ParseOpcode.py:141–144  ·  view source on GitHub ↗
(op_list)

Source from the content-addressed store, hash-verified

139
140
141def GetMaxOpValue(op_list):
142 count = len(op_list)
143 last = op_list[count - 1]
144 return last[1]
145
146def GetMaxOpName(op_list):
147 count = len(op_list)

Callers 1

GetArraySizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected