Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
def
GetArraySize(op_list):
152
return
GetMaxOpValue(op_list) + 1
153
154
def
ParseOpType(op_name):
155
src_type =
'Undefined'
Callers
1
WriteOpFormat
Function · 0.85
Calls
1
GetMaxOpValue
Function · 0.85
Tested by
no test coverage detected