Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
def
GetMaxOpValue(op_list):
142
count = len(op_list)
143
last = op_list[count - 1]
144
return
last[1]
145
146
def
GetMaxOpName(op_list):
147
count = len(op_list)
Callers
1
GetArraySize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected