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

Function GetOpKey

Tools/ParseOpcode.py:133–138  ·  view source on GitHub ↗
(encoding, op_name)

Source from the content-addressed store, hash-verified

131
132
133def GetOpKey(encoding, op_name):
134 key_name = op_name
135
136 if encoding == 'GCNENC_VOP3':
137 key_name = 'V3_' + op_name[2:]
138 return key_name
139
140
141def GetMaxOpValue(op_list):

Callers 1

WriteOpFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected