MCPcopy 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
88def 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
96def includeBIN(fileName):
97 with open(fileName, "rb") as incFile:

Callers 1

encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected