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

Function GetArraySize

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

Source from the content-addressed store, hash-verified

149 return last[0]
150
151def GetArraySize(op_list):
152 return GetMaxOpValue(op_list) + 1
153
154def ParseOpType(op_name):
155 src_type = 'Undefined'

Callers 1

WriteOpFormatFunction · 0.85

Calls 1

GetMaxOpValueFunction · 0.85

Tested by

no test coverage detected