Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InkboxSoftware/excelCPU
/ getVarIndex
Function
getVarIndex
compileExcelASM16.py:88–94 ·
view source on GitHub ↗
(varName)
Source
from the content-addressed store, hash-verified
86
return
-1
87
88
def
getVarIndex(varName):
89
i = 0
90
for
var in data:
91
if
(varName == var[0]):
92
return
i
93
i = i + 1
94
return
-1
95
96
def
includeBIN(fileName):
97
with
open(fileName,
"rb"
)
as
incFile:
Callers
1
encode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected