Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
def
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
141
def
GetMaxOpValue(op_list):
Callers
1
WriteOpFormat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected